|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.shareddata.framework.state.StateEbo
public class StateEbo
Constructor Summary | |
---|---|
StateEbo()
|
Method Summary | |
---|---|
static StateEbo |
from(State im)
|
boolean |
getActive()
|
String |
getCode()
The code value for this object. |
CountryEbo |
getCountry()
|
String |
getCountryCode()
This the postal country code for the State. |
groovy.lang.MetaClass |
getMetaClass()
|
String |
getName()
This the postal name for the State. |
Object |
getProperty(String property)
|
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 |
setCode(String value)
|
void |
setCountry(CountryEbo value)
|
void |
setCountryCode(String value)
|
void |
setMetaClass(groovy.lang.MetaClass mc)
|
void |
setName(String value)
|
void |
setProperty(String property,
Object value)
|
void |
setVersionNumber(Long value)
|
static State |
to(StateEbo 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 StateEbo()
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 getCountryCode()
StateContract
getCountryCode
in interface StateContract
public void setCountryCode(String value)
public String getName()
StateContract
getName
in interface StateContract
public void setName(String value)
public boolean getActive()
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean value)
MutableInactivatable
setActive
in interface MutableInactivatable
public CountryEbo getCountry()
public void setCountry(CountryEbo value)
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public void setVersionNumber(Long value)
public static State to(StateEbo bo)
public static StateEbo from(State 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 |