|
||||||||||
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 KualiCode
public void setCode(String code)
setCode
in interface KualiCode
code
- the code to setpublic String getName()
getName
in interface KualiCode
public void setName(String name)
setName
in interface KualiCode
name
- the name to setpublic String toString()
toString
in class Object
org.kuali.core.bo.BusinessObjectBase#toStringMapper()
public boolean isActive()
Inactivateable
isActive
in interface Inactivateable
isActive
in interface KualiCode
org.kuali.core.bo.KualiCode#isActive()
public void setActive(boolean active)
Inactivateable
setActive
in interface Inactivateable
setActive
in interface KualiCode
org.kuali.core.bo.KualiCode#setActive(boolean)
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String getDisplaySortCode()
public void setDisplaySortCode(String displaySortCode)
displaySortCode
- the displaySortCode to setpublic void prepareForWorkflow()
prepareForWorkflow
in interface BusinessObject
BusinessObject.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 |