org.kuali.rice.shareddata.framework.campus
Class CampusEbo

java.lang.Object
  extended by org.kuali.rice.shareddata.framework.campus.CampusEbo
All Implemented Interfaces:
groovy.lang.GroovyObject, Serializable, Inactivatable, Coded, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, ExternalizableBusinessObject, MutableInactivatable, CampusContract

public class CampusEbo
extends Object
implements MutableInactivatable, CampusContract, ExternalizableBusinessObject, groovy.lang.GroovyObject

See Also:
Serialized Form

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

CampusEbo

public CampusEbo()
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String method,
                           Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String property,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject

getCode

public String getCode()
Description copied from interface: Coded
The code value for this object. In general a code value cannot be null or a blank string.

Specified by:
getCode in interface Coded
Returns:
the code value for this object.

setCode

public void setCode(String value)

getName

public String getName()
Description copied from interface: CampusContract
This is the name for the Campus.

It is a name a campus.

Specified by:
getName in interface CampusContract
Returns:
name for Campus.

setName

public void setName(String value)

getShortName

public String getShortName()
Description copied from interface: CampusContract
This is the short name for the Campus.

It is a shorter name for a campus.

Specified by:
getShortName in interface CampusContract
Returns:
short name for Campus.

setShortName

public void setShortName(String value)

getCampusTypeCode

public String getCampusTypeCode()

setCampusTypeCode

public void setCampusTypeCode(String value)

getActive

public boolean getActive()

isActive

public boolean isActive()
Description copied from interface: Inactivatable
The active indicator for an object.

Specified by:
isActive in interface Inactivatable
Returns:
true if active false if not.

setActive

public void setActive(boolean value)
Description copied from interface: MutableInactivatable
Sets the record to active or inactive.

Specified by:
setActive in interface MutableInactivatable

setCampusType

public void setCampusType(CampusTypeEbo value)

getVersionNumber

public Long getVersionNumber()
Description copied from interface: Versioned
Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking.

Specified by:
getVersionNumber in interface Versioned
Returns:
the version number, or null if one has not been assigned yet

setVersionNumber

public void setVersionNumber(Long value)

getObjectId

public String getObjectId()
Description copied from interface: GloballyUnique
Return the globally unique object id of this object. In general, this value should only be null if the object has not yet been stored to a persistent data store.

Specified by:
getObjectId in interface GloballyUnique
Returns:
the objectId of this object, or null if it has not been set yet

setObjectId

public void setObjectId(String value)

getCampusType

public CampusTypeEbo getCampusType()
Description copied from interface: CampusContract
This is the campus type for the Campus.

It is a object that defines the type of a campus.

Specified by:
getCampusType in interface CampusContract
Returns:
short name for Campus.

to

public static Campus to(CampusEbo bo)

from

public static CampusEbo from(Campus im)

refresh

public void refresh()
Description copied from interface: BusinessObject
Refreshes any reference objects from the primitive values.

Specified by:
refresh in interface BusinessObject


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.