|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.Element
com.edustructures.sifworks.SIFElement
com.edustructures.sifworks.SIFKeyedElement
com.edustructures.sifworks.food.EarnedStatus
public class EarnedStatus
This gives information about a staff member's meal status.
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
EarnedStatus()
Constructor |
|
EarnedStatus(YesNoNA type)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
java.util.Calendar |
getEndDate()
Gets the value of the <EndDate> element. |
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
java.util.Calendar |
getStartDate()
Gets the value of the <StartDate> element. |
java.lang.String |
getType()
Gets the value of the Type attribute. |
void |
setEndDate(java.util.Calendar value)
Sets the value of the <EndDate> element. |
void |
setStartDate(java.util.Calendar value)
Sets the value of the <StartDate> element. |
void |
setType(java.lang.String value)
Sets the value of the Type attribute as a String. |
void |
setType(YesNoNA value)
Sets the value of the Type attribute. |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, clone, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getSIFValue, getSIFVersion, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, setSIFVersion, setTextValue, setXmlId, tag |
| Methods inherited from class com.edustructures.sifworks.Element |
|---|
compareTo, getElementDef, getParent, getRoot, isChanged, isDoNotEncode, isEmpty, setChanged, setDoNotEncode, setElementDef, setEmpty, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EarnedStatus()
public EarnedStatus(YesNoNA type)
type - Earned status type.| Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getType()
Type attribute.
The SIF specification defines the meaning of this attribute as: "Earned status type."
Type attribute of this object.public void setType(YesNoNA value)
Type attribute.
The SIF specification defines the meaning of this attribute as: "Earned status type."
value - A constant defined by the YesNoNA classpublic void setType(java.lang.String value)
Type attribute as a String.
The SIF specification defines the meaning of this attribute as: "Earned status type."
value - The value as a Stringpublic java.util.Calendar getStartDate()
<StartDate> element.
The SIF specification defines the meaning of this element as: "Date on which earned status became effective (inclusive)."
StartDate element of this object.public void setStartDate(java.util.Calendar value)
<StartDate> element.
The SIF specification defines the meaning of this element as: "Date on which earned status became effective (inclusive)."
value - A Calendar objectpublic java.util.Calendar getEndDate()
<EndDate> element.
The SIF specification defines the meaning of this element as: "Date on which earned status was last in effect. This attribute is conditional upon the StartDate element. It exists only if the StartDate element exists."
EndDate element of this object.public void setEndDate(java.util.Calendar value)
<EndDate> element.
The SIF specification defines the meaning of this element as: "Date on which earned status was last in effect. This attribute is conditional upon the StartDate element. It exists only if the StartDate element exists."
value - A Calendar object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||