|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.shareddata.framework.campus.CampusEbo
public class CampusEbo
Constructor Summary | |
---|---|
CampusEbo()
|
Method Summary | |
---|---|
static CampusEbo |
from(Campus im)
|
boolean |
getActive()
|
CampusTypeEbo |
getCampusType()
This is the campus type for the Campus. |
String |
getCampusTypeCode()
|
String |
getCode()
The code value for this object. |
groovy.lang.MetaClass |
getMetaClass()
|
String |
getName()
This is the name for the Campus. |
String |
getObjectId()
Return the globally unique object id of this object. |
Object |
getProperty(String property)
|
String |
getShortName()
This is the short name for the Campus. |
Long |
getVersionNumber()
Returns the version number for this object. |
Object |
invokeMethod(String method,
Object arguments)
|
boolean |
isActive()
The active indicator for an object. |
void |
refresh()
Refreshes any reference objects from the primitive values. |
void |
setActive(boolean value)
Sets the record to active or inactive. |
void |
setCampusType(CampusTypeEbo value)
|
void |
setCampusTypeCode(String value)
|
void |
setCode(String value)
|
void |
setMetaClass(groovy.lang.MetaClass mc)
|
void |
setName(String value)
|
void |
setObjectId(String value)
|
void |
setProperty(String property,
Object value)
|
void |
setShortName(String value)
|
void |
setVersionNumber(Long value)
|
static Campus |
to(CampusEbo bo)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public CampusEbo()
Method Detail |
---|
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public String getCode()
Coded
getCode
in interface Coded
public void setCode(String value)
public String getName()
CampusContract
It is a name a campus.
getName
in interface CampusContract
public void setName(String value)
public String getShortName()
CampusContract
It is a shorter name for a campus.
getShortName
in interface CampusContract
public void setShortName(String value)
public String getCampusTypeCode()
public void setCampusTypeCode(String value)
public boolean getActive()
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean value)
MutableInactivatable
setActive
in interface MutableInactivatable
public void setCampusType(CampusTypeEbo value)
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public void setVersionNumber(Long value)
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public void setObjectId(String value)
public CampusTypeEbo getCampusType()
CampusContract
It is a object that defines the type of a campus.
getCampusType
in interface CampusContract
public static Campus to(CampusEbo bo)
public static CampusEbo from(Campus im)
public void refresh()
BusinessObject
refresh
in interface BusinessObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |