Campus

Name Campus
Usage CampusService
getCampus findAllCampuses
CampusQueryResults
Type Complex

Description

An immutable representation of a {@link CampusContract}.

To construct an instance of a Campus, use the {@link Campus.Builder} class.

Structure Definition

ShortName Name Type Description Required? Read only? Cardinality XML Attribute? Implementation Notes
code Code String The code value for this object. In general a code value cannot be null or a blank string. Required   One No  
name Name String This is the name for the Campus.


It is a name a campus.

    One No  
shortName Short Name String This is the short name for the Campus.


It is a shorter name for a campus.

    One No  
campusType Campus Type CampusType This is the campus type for the Campus.


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

    One No  
active Active boolean The active indicator for an object.     One No  
versionNumber Version Number Long 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.
    One No  
objectId Object Id String 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.
    One No