|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.schemas.icat.Shift
public class Shift
Java class for Shift complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Shift">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="investigationID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="investigation" type="{http://archer.edu.au/schemas/icat}Investigation" minOccurs="0"/>
<element name="createId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="createTime" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="modifyId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
comment
|
protected java.lang.Integer |
createId
|
protected java.util.Calendar |
createTime
|
protected java.util.Calendar |
endDate
|
protected Investigation |
investigation
|
protected java.lang.Integer |
investigationID
|
protected java.lang.Integer |
modifyId
|
protected java.util.Calendar |
modifyTime
|
protected java.util.Calendar |
startDate
|
| Constructor Summary | |
|---|---|
Shift()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.String |
getComment()
Gets the value of the comment property. |
java.lang.Integer |
getCreateId()
Gets the value of the createId property. |
java.util.Calendar |
getCreateTime()
Gets the value of the createTime property. |
java.util.Calendar |
getEndDate()
Gets the value of the endDate property. |
Investigation |
getInvestigation()
Gets the value of the investigation property. |
java.lang.Integer |
getInvestigationID()
Gets the value of the investigationID property. |
java.lang.Integer |
getModifyId()
Gets the value of the modifyId property. |
java.util.Calendar |
getModifyTime()
Gets the value of the modifyTime property. |
java.util.Calendar |
getStartDate()
Gets the value of the startDate property. |
boolean |
isSetComment()
|
boolean |
isSetCreateId()
|
boolean |
isSetCreateTime()
|
boolean |
isSetEndDate()
|
boolean |
isSetInvestigation()
|
boolean |
isSetInvestigationID()
|
boolean |
isSetModifyId()
|
boolean |
isSetModifyTime()
|
boolean |
isSetStartDate()
|
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setCreateId(java.lang.Integer value)
Sets the value of the createId property. |
void |
setCreateTime(java.util.Calendar value)
Sets the value of the createTime property. |
void |
setEndDate(java.util.Calendar value)
Sets the value of the endDate property. |
void |
setInvestigation(Investigation value)
Sets the value of the investigation property. |
void |
setInvestigationID(java.lang.Integer value)
Sets the value of the investigationID property. |
void |
setModifyId(java.lang.Integer value)
Sets the value of the modifyId property. |
void |
setModifyTime(java.util.Calendar value)
Sets the value of the modifyTime property. |
void |
setStartDate(java.util.Calendar value)
Sets the value of the startDate property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Calendar startDate
protected java.util.Calendar endDate
protected java.lang.String comment
protected java.lang.Integer investigationID
protected Investigation investigation
protected java.lang.Integer createId
protected java.util.Calendar createTime
protected java.lang.Integer modifyId
protected java.util.Calendar modifyTime
| Constructor Detail |
|---|
public Shift()
| Method Detail |
|---|
public java.util.Calendar getStartDate()
Stringpublic void setStartDate(java.util.Calendar value)
value - allowed object is
Stringpublic boolean isSetStartDate()
public java.util.Calendar getEndDate()
Stringpublic void setEndDate(java.util.Calendar value)
value - allowed object is
Stringpublic boolean isSetEndDate()
public java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetComment()
public java.lang.Integer getInvestigationID()
Stringpublic void setInvestigationID(java.lang.Integer value)
value - allowed object is
Stringpublic boolean isSetInvestigationID()
public Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
Investigationpublic boolean isSetInvestigation()
public java.lang.Integer getCreateId()
getCreateId in interface BaseDomainStringpublic void setCreateId(java.lang.Integer value)
setCreateId in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetCreateId()
public java.util.Calendar getCreateTime()
getCreateTime in interface BaseDomainStringpublic void setCreateTime(java.util.Calendar value)
setCreateTime in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetCreateTime()
public java.lang.Integer getModifyId()
getModifyId in interface BaseDomainStringpublic void setModifyId(java.lang.Integer value)
setModifyId in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetModifyId()
public java.util.Calendar getModifyTime()
getModifyTime in interface BaseDomainStringpublic void setModifyTime(java.util.Calendar value)
setModifyTime in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetModifyTime()
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||