public abstract class NegotiationsGroupingBase extends KraPersistableBusinessObjectBase implements Comparable<NegotiationsGroupingBase>, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
UPDATE_USER_LENGTH| Constructor and Description |
|---|
NegotiationsGroupingBase() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(NegotiationsGroupingBase o)
This method implements comparable based on the code field.
|
boolean |
equals(Object o) |
String |
getCode() |
String |
getDescription() |
Long |
getId() |
int |
hashCode() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setId(Long id) |
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 getId()
public void setId(Long id)
public String getCode()
public void setCode(String code)
public String getDescription()
public void setDescription(String description)
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablepublic int compareTo(NegotiationsGroupingBase o)
compareTo in interface Comparable<NegotiationsGroupingBase>o - Copyright © 2013 The Kuali Foundation. All Rights Reserved.