|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kim.bo.reference.dto.KimCodeInfoBase
public abstract class KimCodeInfoBase
This is a description of what this class does - jonathan don't forget to fill this in.
| Field Summary | |
|---|---|
protected boolean |
active
|
protected String |
code
|
protected String |
displaySortCode
|
protected String |
name
|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
KimCodeInfoBase()
|
|
KimCodeInfoBase(KimCode kimCode)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Implements equals comparing code to code. |
String |
getCode()
|
String |
getDisplaySortCode()
|
String |
getName()
|
int |
hashCode()
Overriding equals requires writing a hashCode method. |
boolean |
isActive()
Indicates whether the record is active or inactive. |
void |
prepareForWorkflow()
This overridden method ... |
void |
refresh()
Refreshes any reference objects from the primitive values. |
void |
setActive(boolean active)
Sets the record to active or inactive. |
void |
setCode(String code)
|
void |
setDisplaySortCode(String displaySortCode)
|
void |
setName(String name)
|
String |
toString()
This overridden method ... |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
protected String code
protected String name
protected boolean active
protected String displaySortCode
| Constructor Detail |
|---|
public KimCodeInfoBase()
public KimCodeInfoBase(KimCode kimCode)
| Method Detail |
|---|
public String getCode()
getCode in interface KualiCodepublic void setCode(String code)
setCode in interface KualiCodecode - the code to setpublic String getName()
getName in interface KualiCodepublic void setName(String name)
setName in interface KualiCodename - the name to setpublic String toString()
toString in class Objectorg.kuali.core.bo.BusinessObjectBase#toStringMapper()public boolean isActive()
Inactivateable
isActive in interface InactivateableisActive in interface KualiCodeorg.kuali.core.bo.KualiCode#isActive()public void setActive(boolean active)
Inactivateable
setActive in interface InactivateablesetActive in interface KualiCodeorg.kuali.core.bo.KualiCode#setActive(boolean)public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String getDisplaySortCode()
public void setDisplaySortCode(String displaySortCode)
displaySortCode - the displaySortCode to setpublic void prepareForWorkflow()
prepareForWorkflow in interface BusinessObjectBusinessObject.prepareForWorkflow()public void refresh()
BusinessObject
refresh in interface BusinessObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||