org.kuali.student.lum.lu.entity
Class CluIdentifier

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.lum.lu.entity.CluIdentifier
All Implemented Interfaces:
AttributeOwner<CluIdentifierAttribute>

public class CluIdentifier
extends BaseEntity
implements AttributeOwner<CluIdentifierAttribute>


Field Summary
private  List<CluIdentifierAttribute> attributes
           
private  String code
           
private  String division
           
private  String level
           
private  String longName
           
private  String orgId
           
private  String shortName
           
private  String state
           
private  String suffixCode
           
private  String type
           
private  String variation
           
 
Constructor Summary
CluIdentifier()
           
 
Method Summary
 List<CluIdentifierAttribute> getAttributes()
           
 String getCode()
           
 String getDivision()
           
 String getLevel()
           
 String getLongName()
           
 String getOrgId()
           
 String getShortName()
           
 String getState()
           
 String getSuffixCode()
           
 String getType()
           
 String getVariation()
           
 void setAttributes(List<CluIdentifierAttribute> attributes)
           
 void setCode(String code)
           
 void setDivision(String division)
           
 void setLevel(String level)
           
 void setLongName(String longName)
           
 void setOrgId(String orgId)
           
 void setShortName(String shortName)
           
 void setState(String state)
           
 void setSuffixCode(String suffixCode)
           
 void setType(String type)
           
 void setVariation(String variation)
           
 
Methods inherited from class org.kuali.student.common.entity.BaseEntity
getId, getObjectId, getVersionNumber, onPrePersist, onPreUpdate, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

private String code

shortName

private String shortName

longName

private String longName

level

private String level

division

private String division

variation

private String variation

suffixCode

private String suffixCode

orgId

private String orgId

type

private String type

state

private String state

attributes

private List<CluIdentifierAttribute> attributes
Constructor Detail

CluIdentifier

public CluIdentifier()
Method Detail

getCode

public String getCode()

setCode

public void setCode(String code)

getShortName

public String getShortName()

setShortName

public void setShortName(String shortName)

getLongName

public String getLongName()

setLongName

public void setLongName(String longName)

getLevel

public String getLevel()

setLevel

public void setLevel(String level)

getDivision

public String getDivision()

setDivision

public void setDivision(String division)

getVariation

public String getVariation()

setVariation

public void setVariation(String variation)

getType

public String getType()

setType

public void setType(String type)

getState

public String getState()

setState

public void setState(String state)

getSuffixCode

public String getSuffixCode()

setSuffixCode

public void setSuffixCode(String suffixCode)

getOrgId

public String getOrgId()

setOrgId

public void setOrgId(String orgId)

getAttributes

public List<CluIdentifierAttribute> getAttributes()
Specified by:
getAttributes in interface AttributeOwner<CluIdentifierAttribute>

setAttributes

public void setAttributes(List<CluIdentifierAttribute> attributes)
Specified by:
setAttributes in interface AttributeOwner<CluIdentifierAttribute>


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