|
||||||||||
| 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.SIFDataObject
com.edustructures.sifworks.hrfin.EmployeeWage
public class EmployeeWage
This object contains HR/payroll employee information used to define how to pay an employee per pay cycle. SIF_Events are reported.
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
EmployeeWage()
Constructor |
|
EmployeeWage(java.lang.String refId,
java.lang.String employeePersonalRefId,
PayRates payRates)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
java.lang.String |
getEmployeePersonalRefId()
Gets the value of the EmployeePersonalRefId attribute. |
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
PayRates |
getPayRates()
Gets the value of the <PayRates> element. |
java.lang.String |
getRefId()
Gets the value of the RefId attribute. |
void |
removePayRates()
Removes the PayRates child element previously created by calling setPayRates |
void |
setEmployeePersonalRefId(java.lang.String value)
Sets the value of the EmployeePersonalRefId attribute. |
void |
setPayRates(PayRates value)
Sets the value of the <PayRates> element. |
void |
setRefId(java.lang.String value)
Sets the value of the RefId attribute. |
| Methods inherited from class com.edustructures.sifworks.SIFDataObject |
|---|
addSIFExtendedElement, clone, getElementOrAttribute, getObjectTag, getObjectType, getSIFExtendedElement, getSIFExtendedElements, getSIFExtendedElementsContainer, getSIFMetadata, getSIFVersion, setElementOrAttribute, setElementOrAttribute, setElementOrAttribute, setSIFExtendedElements, setSIFExtendedElementsContainer, setSIFMetadata, setSIFVersion, toXML |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getSIFValue, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, 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 EmployeeWage()
public EmployeeWage(java.lang.String refId,
java.lang.String employeePersonalRefId,
PayRates payRates)
refId - The GUID of the employee's pay information.employeePersonalRefId - The GUID that refers to the EmployeePersonal object.payRates - Per pay distributions| Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getRefId()
RefId attribute.
The SIF specification defines the meaning of this attribute as: "The GUID of the employee's pay information."
getRefId in class SIFDataObjectRefId attribute of this object.public void setRefId(java.lang.String value)
RefId attribute.
The SIF specification defines the meaning of this attribute as: "The GUID of the employee's pay information."
value - A String objectpublic java.lang.String getEmployeePersonalRefId()
EmployeePersonalRefId attribute.
The SIF specification defines the meaning of this attribute as: "The GUID that refers to the EmployeePersonal object."
EmployeePersonalRefId attribute of this object.public void setEmployeePersonalRefId(java.lang.String value)
EmployeePersonalRefId attribute.
The SIF specification defines the meaning of this attribute as: "The GUID that refers to the EmployeePersonal object."
value - A String objectpublic void setPayRates(PayRates value)
<PayRates> element.
The SIF specification defines the meaning of this element as: "Per pay distributions"
value - A PayRates objectpublic PayRates getPayRates()
<PayRates> element.
The SIF specification defines the meaning of this element as: "Per pay distributions"
PayRates objectpublic void removePayRates()
PayRates child element previously created by calling setPayRates
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||