public class AwardApprovedEquipment extends AwardAssociate implements ValuableItem
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardApprovedEquipment()
Constructs a AwardApprovedEquipment
|
AwardApprovedEquipment(String vendor,
String model,
String item,
double amount)
Constructs a AwardApprovedEquipment
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(AwardApprovedEquipment anotherEquipmentItem)
Convenience method to check equiality of another AwardApprovedEquipment
|
boolean |
equals(Object obj) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getAmount()
Gets the amount attribute.
|
Long |
getApprovedEquipmentId()
Gets the approvedEquipmentId attribute.
|
String |
getItem()
Gets the item attribute.
|
String |
getModel()
Gets the model attribute.
|
String |
getVendor()
Gets the vendor attribute.
|
int |
hashCode() |
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setAmount(double amount)
Convenience method
|
void |
setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount)
Sets the amount attribute value.
|
void |
setApprovedEquipmentId(Long approvedEquipmentId)
Sets the approvedEquipmentId attribute value.
|
void |
setItem(String item)
Sets the item attribute value.
|
void |
setModel(String model)
Sets the model attribute value.
|
void |
setVendor(String vendor)
Sets the vendor attribute value.
|
getAward, getAwardNumber, getSequenceNumber, getSequenceOwner, prePersist, setAward, setAwardNumber, setSequenceNumber, setSequenceOwnergetAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic AwardApprovedEquipment()
public Long getApprovedEquipmentId()
public String getItem()
public String getVendor()
public String getModel()
public org.kuali.rice.core.api.util.type.KualiDecimal getAmount()
getAmount in interface ValuableItempublic void setApprovedEquipmentId(Long approvedEquipmentId)
approvedEquipmentId - The approvedEquipmentId to set.public void setItem(String item)
item - The item to set.public void setVendor(String vendor)
vendor - The vendor to set.public void setModel(String model)
model - The model to set.public void setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount)
amount - The amount to set.public void setAmount(double amount)
amount - public int hashCode()
hashCode in class AwardAssociateObject.hashCode()public boolean equals(Object obj)
equals in class AwardAssociateObject.equals(java.lang.Object)public boolean equals(AwardApprovedEquipment anotherEquipmentItem)
anotherEquipmentItem - public void resetPersistenceState()
SequenceableresetPersistenceState in interface SequenceableSequenceable.resetPersistenceState()Copyright © 2013 The Kuali Foundation. All Rights Reserved.