org.kuali.rice.kns.bo
Interface Campus

All Superinterfaces:
BusinessObject, ExternalizableBusinessObject, Serializable
All Known Implementing Classes:
CampusImpl

public interface Campus
extends ExternalizableBusinessObject

Campus Externalizable Business Object

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getCampusCode()
          Gets the campusCode attribute.
 String getCampusName()
          Gets the campusName attribute.
 String getCampusShortName()
          Gets the campusShortName attribute.
 CampusType getCampusType()
          Gets the campusType attribute.
 String getCampusTypeCode()
          Gets the campusTypeCode attribute.
 boolean isActive()
           
 void setActive(boolean active)
           
 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.
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getCampusCode

String getCampusCode()
Gets the campusCode attribute.

Returns:
Returns the campusCode

getCampusName

String getCampusName()
Gets the campusName attribute.

Returns:
Returns the campusName

getCampusShortName

String getCampusShortName()
Gets the campusShortName attribute.

Returns:
Returns the campusShortName

getCampusTypeCode

String getCampusTypeCode()
Gets the campusTypeCode attribute.

Returns:
Returns the campusTypeCode

getCampusType

CampusType getCampusType()
Gets the campusType attribute.

Returns:
Returns the campusType.

isActive

boolean isActive()
Returns:
the active

setCampusCode

void setCampusCode(String campusCode)
Sets the campusCode attribute.

Parameters:
campusCode - The campusCode to set.

setCampusName

void setCampusName(String campusName)
Sets the campusName attribute.

Parameters:
campusName - The campusName to set.

setCampusShortName

void setCampusShortName(String campusShortName)
Sets the campusShortName attribute.

Parameters:
campusShortName - The campusShortName to set.

setCampusTypeCode

void setCampusTypeCode(String campusTypeCode)
Sets the campusTypeCode attribute.

Parameters:
campusTypeCode - The campusTypeCode to set.

setCampusType

void setCampusType(CampusType campusType)
Deprecated. 

Sets the campusType attribute value.

Parameters:
campusType - The campusType to set.

setActive

void setActive(boolean active)
Parameters:
active - the active to set


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