Package org.icatproject
Class EntityBaseBean
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- Direct Known Subclasses:
Affiliation,Application,DataCollection,DataCollectionDatafile,DataCollectionDataset,DataCollectionInvestigation,Datafile,DatafileFormat,DataPublication,DataPublicationDate,DataPublicationFunding,DataPublicationType,DataPublicationUser,Dataset,DatasetInstrument,DatasetTechnique,DatasetType,Facility,FacilityCycle,FundingReference,Grouping,Instrument,InstrumentScientist,Investigation,InvestigationFacilityCycle,InvestigationFunding,InvestigationGroup,InvestigationInstrument,InvestigationType,InvestigationUser,Job,Keyword,Parameter,ParameterType,PermissibleStringValue,Publication,PublicStep,RelatedDatafile,RelatedItem,Rule,Sample,SampleType,Shift,Study,StudyInvestigation,Technique,User,UserGroup
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcreateIdprotected XMLGregorianCalendarcreateTimeprotected Longidprotected StringmodIdprotected XMLGregorianCalendarmodTime
-
Constructor Summary
Constructors Constructor Description EntityBaseBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateId()Gets the value of the createId property.XMLGregorianCalendargetCreateTime()Gets the value of the createTime property.LonggetId()Gets the value of the id property.StringgetModId()Gets the value of the modId property.XMLGregorianCalendargetModTime()Gets the value of the modTime property.voidsetCreateId(String value)Sets the value of the createId property.voidsetCreateTime(XMLGregorianCalendar value)Sets the value of the createTime property.voidsetId(Long value)Sets the value of the id property.voidsetModId(String value)Sets the value of the modId property.voidsetModTime(XMLGregorianCalendar value)Sets the value of the modTime property.
-
-
-
Field Detail
-
createId
protected String createId
-
createTime
protected XMLGregorianCalendar createTime
-
id
protected Long id
-
modId
protected String modId
-
modTime
protected XMLGregorianCalendar modTime
-
-
Method Detail
-
getCreateId
public String getCreateId()
Gets the value of the createId property.- Returns:
- possible object is
String
-
setCreateId
public void setCreateId(String value)
Sets the value of the createId property.- Parameters:
value- allowed object isString
-
getCreateTime
public XMLGregorianCalendar getCreateTime()
Gets the value of the createTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreateTime
public void setCreateTime(XMLGregorianCalendar value)
Sets the value of the createTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
setId
public void setId(Long value)
Sets the value of the id property.- Parameters:
value- allowed object isLong
-
getModId
public String getModId()
Gets the value of the modId property.- Returns:
- possible object is
String
-
setModId
public void setModId(String value)
Sets the value of the modId property.- Parameters:
value- allowed object isString
-
getModTime
public XMLGregorianCalendar getModTime()
Gets the value of the modTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setModTime
public void setModTime(XMLGregorianCalendar value)
Sets the value of the modTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-