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

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.core.bo.KsMetaBusinessObjectBase
                  extended by org.kuali.student.lum.lu.bo.LuCode
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, PersistableBusinessObject, KsBusinessObject, KsMetaBusinessObject

public class LuCode
extends KsMetaBusinessObjectBase

See Also:
Serialized Form

Field Summary
private  String cluId
           
private  String description
           
private static long serialVersionUID
           
private  String type
           
private  String value
           
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
LuCode()
           
 
Method Summary
 String getCluId()
           
 String getDescription()
           
 String getType()
           
 String getValue()
           
 void setCluId(String cluId)
           
 void setDescription(String description)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class org.kuali.student.core.bo.KsMetaBusinessObjectBase
beforeInsert, beforeUpdate, getCreateDate, getCreateId, getMeta, getUpdateDate, getUpdateId, setCreateDate, setCreateId, setMeta, setUpdateDate, setUpdateId
 
Methods inherited from class org.kuali.student.core.bo.KsBusinessObjectBase
getId, setId, toStringMapper
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, 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.student.core.bo.KsBusinessObject
getId, setId
 
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

description

private String description

value

private String value

type

private String type

cluId

private String cluId
Constructor Detail

LuCode

public LuCode()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getValue

public String getValue()

setValue

public void setValue(String value)

getType

public String getType()

setType

public void setType(String type)

getCluId

public String getCluId()

setCluId

public void setCluId(String cluId)


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