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

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.student.core.bo.KsBusinessObjectBase
              extended by org.kuali.student.lum.lu.bo.CluIdentifier
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject, KsBusinessObject

public class CluIdentifier
extends KsBusinessObjectBase

See Also:
Serialized Form

Field Summary
private  String code
           
private  String division
           
private  String level
           
private  String longName
           
private  String orgId
           
private static long serialVersionUID
           
private  String shortName
           
private  String state
           
private  String suffixCode
           
private  String type
           
private  String variation
           
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
CluIdentifier()
           
 
Method Summary
 String getCode()
           
 String getDivision()
           
 String getLevel()
           
 String getLongName()
           
 String getOrgId()
           
 String getShortName()
           
 String getState()
           
 String getSuffixCode()
           
 String getType()
           
 String getVariation()
           
 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.core.bo.KsBusinessObjectBase
beforeInsert, getId, setId, toStringMapper
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentFile, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, populateAttachmentForBO, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAttachmentFile, 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.PersistableBusinessObject
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, populateAttachmentForBO, refreshNonUpdateableReferences, refreshReferenceObject, setAttachmentFile, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeUpdate
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

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
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)

getSuffixCode

public String getSuffixCode()

setSuffixCode

public void setSuffixCode(String suffixCode)

getOrgId

public String getOrgId()

setOrgId

public void setOrgId(String orgId)

getType

public String getType()

setType

public void setType(String type)

getState

public String getState()

setState

public void setState(String state)


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