public abstract class EntityBaseBean extends Object
Java class for entityBaseBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entityBaseBean"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="createId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="createTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="modId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
createId |
protected XMLGregorianCalendar |
createTime |
protected Long |
id |
protected String |
modId |
protected XMLGregorianCalendar |
modTime |
Constructor and Description |
---|
EntityBaseBean() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateId()
Gets the value of the createId property.
|
XMLGregorianCalendar |
getCreateTime()
Gets the value of the createTime property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getModId()
Gets the value of the modId property.
|
XMLGregorianCalendar |
getModTime()
Gets the value of the modTime property.
|
void |
setCreateId(String value)
Sets the value of the createId property.
|
void |
setCreateTime(XMLGregorianCalendar value)
Sets the value of the createTime property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setModId(String value)
Sets the value of the modId property.
|
void |
setModTime(XMLGregorianCalendar value)
Sets the value of the modTime property.
|
protected String createId
protected XMLGregorianCalendar createTime
protected Long id
protected String modId
protected XMLGregorianCalendar modTime
public String getCreateId()
String
public void setCreateId(String value)
value
- allowed object is
String
public XMLGregorianCalendar getCreateTime()
XMLGregorianCalendar
public void setCreateTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public void setId(Long value)
value
- allowed object is
Long
public String getModId()
String
public void setModId(String value)
value
- allowed object is
String
public XMLGregorianCalendar getModTime()
XMLGregorianCalendar
public void setModTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2022 The ICAT Collaboration. All rights reserved.