org.kuali.kfs.module.endow.businessobject
Class TicklerRecipientGroup

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.TicklerRecipientGroup
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class TicklerRecipientGroup
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

Field Summary
protected  org.kuali.rice.kim.bo.Group assignedToGroup
           
protected  String assignedToGroupNameForLookup
           
protected  String assignedToGroupNamespaceForLookup
           
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
TicklerRecipientGroup()
           
 
Method Summary
 org.kuali.rice.kim.bo.Group getAssignedToGroup()
           
 String getAssignedToGroupNameForLookup()
           
 String getAssignedToGroupNamespaceForLookup()
           
 org.kuali.rice.kim.bo.Group getGroup(Map<String,Object> fieldValues)
           
 String getGroupId()
           
 String getGroupName()
           
protected  org.kuali.rice.kim.service.GroupService getGroupService()
           
 String getNumber()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setAssignedToGroup(org.kuali.rice.kim.bo.Group assignedToGroup)
           
 void setAssignedToGroupNameForLookup(String assignedToGroupNameForLookup)
           
 void setAssignedToGroupNamespaceForLookup(String assignedToGroupNamespaceForLookup)
           
 void setGroupId(String groupId)
           
 void setGroupName(String groupName)
           
 void setNumber(String number)
           
protected  LinkedHashMap<String,String> toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, 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.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Field Detail

assignedToGroupNamespaceForLookup

protected String assignedToGroupNamespaceForLookup

assignedToGroupNameForLookup

protected String assignedToGroupNameForLookup

assignedToGroup

protected org.kuali.rice.kim.bo.Group assignedToGroup
Constructor Detail

TicklerRecipientGroup

public TicklerRecipientGroup()
Method Detail

toStringMapper

protected LinkedHashMap<String,String> toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

isActive

public boolean isActive()
Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable

setActive

public void setActive(boolean active)
Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable

getNumber

public String getNumber()

setNumber

public void setNumber(String number)

getAssignedToGroupNamespaceForLookup

public String getAssignedToGroupNamespaceForLookup()

setAssignedToGroupNamespaceForLookup

public void setAssignedToGroupNamespaceForLookup(String assignedToGroupNamespaceForLookup)

getAssignedToGroupNameForLookup

public String getAssignedToGroupNameForLookup()

setAssignedToGroupNameForLookup

public void setAssignedToGroupNameForLookup(String assignedToGroupNameForLookup)

getAssignedToGroup

public org.kuali.rice.kim.bo.Group getAssignedToGroup()

getGroup

public org.kuali.rice.kim.bo.Group getGroup(Map<String,Object> fieldValues)

setAssignedToGroup

public void setAssignedToGroup(org.kuali.rice.kim.bo.Group assignedToGroup)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getGroupService

protected org.kuali.rice.kim.service.GroupService getGroupService()

getGroupName

public String getGroupName()

setGroupName

public void setGroupName(String groupName)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.