org.kuali.rice.krad.bo
Class AdHocRouteWorkgroup

java.lang.Object
  extended by org.kuali.rice.krad.bo.AdHocRouteRecipient
      extended by org.kuali.rice.krad.bo.AdHocRouteWorkgroup
All Implemented Interfaces:
Serializable, ModelObjectBasic, BusinessObject

@Entity
public class AdHocRouteWorkgroup
extends AdHocRouteRecipient

Ad Hoc Route Workgroup Business Object.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.AdHocRouteRecipient
actionRequested, documentNumber, id, name, PERSON_TYPE, type, WORKGROUP_TYPE
 
Constructor Summary
AdHocRouteWorkgroup()
          Sets type to AdHocRouteRecipient.WORKGROUP_TYPE.
 
Method Summary
 String getName()
           
 String getRecipientName()
          Gets recipient name.
 String getRecipientNamespaceCode()
          Gets recipient namespace code.
 void setRecipientName(String recipientName)
          Setter for recipientName.
 void setRecipientNamespaceCode(String recipientNamespaceCode)
          Setter for getRecipientNamespaceCode().
 void setType(Integer type)
           
 
Methods inherited from class org.kuali.rice.krad.bo.AdHocRouteRecipient
getActionRequested, getActionRequestedValue, getdocumentNumber, getId, getType, getVersionNumber, prePersist, refresh, setActionRequested, setdocumentNumber, setId, setName, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

AdHocRouteWorkgroup

public AdHocRouteWorkgroup()
Sets type to AdHocRouteRecipient.WORKGROUP_TYPE.

Method Detail

setType

public void setType(Integer type)
Overrides:
setType in class AdHocRouteRecipient

getName

public String getName()
Overrides:
getName in class AdHocRouteRecipient

getRecipientNamespaceCode

public String getRecipientNamespaceCode()
Gets recipient namespace code.

Returns:
namespace code

getRecipientName

public String getRecipientName()
Gets recipient name.

Returns:
recipient name

setRecipientNamespaceCode

public void setRecipientNamespaceCode(String recipientNamespaceCode)
Setter for getRecipientNamespaceCode().

Parameters:
recipientNamespaceCode - recipient namespace code

setRecipientName

public void setRecipientName(String recipientName)
Setter for recipientName.

Parameters:
recipientName - recipient name


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.