public class SponsorTerm extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
SponsorTerm()
Constructs a SponsorTerm.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description attribute.
|
String |
getEscapedDescription()
Gets the description attribute.
|
static long |
getSerialVersionUID()
Gets the serialVersionUID attribute.
|
String |
getSponsorTermCode()
Gets the sponsorTermCode attribute.
|
Long |
getSponsorTermId()
Gets the sponsorTermId attribute.
|
SponsorTermType |
getSponsorTermType()
Gets the sponsorTermType attribute.
|
String |
getSponsorTermTypeCode()
Gets the sponsorTermTypeCode attribute.
|
int |
hashCode() |
void |
setDescription(String description)
Sets the description attribute value.
|
void |
setSponsorTermCode(String sponsorTermCode)
Sets the sponsorTermCode attribute value.
|
void |
setSponsorTermId(Long sponsorTermId)
Sets the sponsorTermId attribute value.
|
void |
setSponsorTermType(SponsorTermType sponsorTermType)
Sets the sponsorTermType attribute value.
|
void |
setSponsorTermTypeCode(String sponsorTermTypeCode)
Sets the sponsorTermTypeCode attribute value.
|
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, 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 Long getSponsorTermId()
public void setSponsorTermId(Long sponsorTermId)
sponsorTermId - The sponsorTermId to set.public String getSponsorTermCode()
public void setSponsorTermCode(String sponsorTermCode)
sponsorTermCode - The sponsorTermCode to set.public String getSponsorTermTypeCode()
public void setSponsorTermTypeCode(String sponsorTermTypeCode)
sponsorTermTypeCode - The sponsorTermTypeCode to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public String getEscapedDescription()
public SponsorTermType getSponsorTermType()
public void setSponsorTermType(SponsorTermType sponsorTermType)
sponsorTermType - The sponsorTermType to set.public static long getSerialVersionUID()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2013 The Kuali Foundation. All Rights Reserved.