|
||||||||||
| 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.gradebook.AuditInfo
public class AuditInfo
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
AuditInfo()
Constructor |
|
| Method Summary | |
|---|---|
java.util.Calendar |
getCreationDateTime()
Gets the value of the <CreationDateTime> element. |
CreationUser |
getCreationUser()
Gets the value of the <CreationUser> element. |
void |
removeCreationUser()
Removes the CreationUser child element previously created by calling setCreationUser |
void |
setCreationDateTime(java.util.Calendar value)
Sets the value of the <CreationDateTime> element. |
void |
setCreationUser(AuditInfoType type,
java.lang.String userId)
Sets the value of the <CreationUser> child element. |
void |
setCreationUser(CreationUser value)
Sets the value of the <CreationUser> element. |
| 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, getKey, 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 AuditInfo()
| Method Detail |
|---|
public void setCreationUser(CreationUser value)
<CreationUser> element.
value - A CreationUser object
public void setCreationUser(AuditInfoType type,
java.lang.String userId)
<CreationUser> child element.
This form of setCreationUser is provided as a convenience method
that is functionally equivalent to the version of setCreationUser
that accepts a single CreationUser object.
type - The role of the staff member for that created this attendance record.userId - Unique identifier of the user that created the attendance record. This will depend on the user and the source. The preferred identifier would be a RefId for a StaffPersonal, StudentContact, or StudentPersonal Object. However, the user may not be associated with any of these SIF objects. In that case a unique ID given by the source should be used.public CreationUser getCreationUser()
<CreationUser> element.
CreationUser objectpublic void removeCreationUser()
CreationUser child element previously created by calling setCreationUser
public java.util.Calendar getCreationDateTime()
<CreationDateTime> element.
The SIF specification defines the meaning of this element as: "The date and time of this attendance record was created."
CreationDateTime element of this object.public void setCreationDateTime(java.util.Calendar value)
<CreationDateTime> element.
The SIF specification defines the meaning of this element as: "The date and time of this attendance record was created."
value - A Calendar object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||