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="modTime" 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"/>
</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 XMLGregorianCalendar modTime
protected Long id
protected String modId
public String getCreateId()
Stringpublic void setCreateId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreateTime()
XMLGregorianCalendarpublic void setCreateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getModTime()
XMLGregorianCalendarpublic void setModTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic void setId(Long value)
value - allowed object is
Longpublic String getModId()
StringCopyright © 2013 The ICAT Collaboration. All Rights Reserved.