org.kuali.rice.kns.bo
Class CampusImpl

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kns.bo.CampusImpl
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, Campus, ExternalizableBusinessObject, Inactivateable, PersistableBusinessObject

public class CampusImpl
extends PersistableBusinessObjectBase
implements Campus, Inactivateable

See Also:
Serialized Form

Field Summary
protected  boolean active
           
private  String campusCode
           
private  String campusName
           
private  String campusShortName
           
private  CampusType campusType
           
private  String campusTypeCode
           
private static long serialVersionUID
           
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
CampusImpl()
          Default no-arg constructor.
 
Method Summary
 String getCampusCode()
          This overridden method ...
 String getCampusName()
          This overridden method ...
 String getCampusShortName()
          This overridden method ...
 CampusType getCampusType()
          This overridden method ...
 String getCampusTypeCode()
          This overridden method ...
 boolean isActive()
          This overridden method ...
 void setActive(boolean active)
          Sets the record to active or inactive.
 void setCampusCode(String campusCode)
          Sets the campusCode attribute.
 void setCampusName(String campusName)
          Sets the campusName attribute.
 void setCampusShortName(String campusShortName)
          Sets the campusShortName attribute.
 void setCampusType(CampusType campusType)
          Deprecated.  
 void setCampusTypeCode(String campusTypeCode)
          Sets the campusTypeCode attribute.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

campusCode

private String campusCode

campusName

private String campusName

campusShortName

private String campusShortName

campusTypeCode

private String campusTypeCode

active

protected boolean active

campusType

private CampusType campusType
Constructor Detail

CampusImpl

public CampusImpl()
Default no-arg constructor.

Method Detail

getCampusCode

public String getCampusCode()
This overridden method ...

Specified by:
getCampusCode in interface Campus
Returns:
Returns the campusCode
See Also:
Campus.getCampusCode()

setCampusCode

public void setCampusCode(String campusCode)
Sets the campusCode attribute.

Specified by:
setCampusCode in interface Campus
Parameters:
campusCode - The campusCode to set.

getCampusName

public String getCampusName()
This overridden method ...

Specified by:
getCampusName in interface Campus
Returns:
Returns the campusName
See Also:
Campus.getCampusName()

setCampusName

public void setCampusName(String campusName)
Sets the campusName attribute.

Specified by:
setCampusName in interface Campus
Parameters:
campusName - The campusName to set.

getCampusShortName

public String getCampusShortName()
This overridden method ...

Specified by:
getCampusShortName in interface Campus
Returns:
Returns the campusShortName
See Also:
Campus.getCampusShortName()

setCampusShortName

public void setCampusShortName(String campusShortName)
Sets the campusShortName attribute.

Specified by:
setCampusShortName in interface Campus
Parameters:
campusShortName - The campusShortName to set.

getCampusTypeCode

public String getCampusTypeCode()
This overridden method ...

Specified by:
getCampusTypeCode in interface Campus
Returns:
Returns the campusTypeCode
See Also:
Campus.getCampusTypeCode()

setCampusTypeCode

public void setCampusTypeCode(String campusTypeCode)
Sets the campusTypeCode attribute.

Specified by:
setCampusTypeCode in interface Campus
Parameters:
campusTypeCode - The campusTypeCode to set.

getCampusType

public CampusType getCampusType()
This overridden method ...

Specified by:
getCampusType in interface Campus
Returns:
Returns the campusType.
See Also:
Campus.getCampusType()

setCampusType

public void setCampusType(CampusType campusType)
Deprecated. 

Sets the campusType attribute value.

Specified by:
setCampusType in interface Campus
Parameters:
campusType - The campusType to set.

isActive

public boolean isActive()
This overridden method ...

Specified by:
isActive in interface Campus
Specified by:
isActive in interface Inactivateable
Returns:
the active
See Also:
Campus.isActive()

setActive

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

Specified by:
setActive in interface Campus
Specified by:
setActive in interface Inactivateable
Parameters:
active - the active to set

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class BusinessObjectBase
Returns:
Map containing the fieldValues of the key fields for this class, indexed by fieldName
See Also:
BusinessObjectBase.toStringMapper()


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