|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.bo.AdHocRouteRecipient
@MappedSuperclass public class AdHocRouteRecipient
Ad Hoc Route Recipient Business Object TODO we should not be referencing kew constants from this class and wedding ourselves to that workflow application
Field Summary | |
---|---|
protected String |
actionRequested
|
protected String |
documentNumber
|
protected String |
id
|
protected String |
name
|
static Integer |
PERSON_TYPE
|
protected Integer |
type
|
static Integer |
WORKGROUP_TYPE
|
Constructor Summary | |
---|---|
AdHocRouteRecipient()
|
Method Summary | |
---|---|
String |
getActionRequested()
|
String |
getActionRequestedValue()
|
String |
getdocumentNumber()
|
String |
getId()
|
String |
getName()
|
Integer |
getType()
|
Integer |
getVersionNumber()
Deprecated. |
void |
prePersist()
Deprecated. |
void |
refresh()
Deprecated. |
void |
setActionRequested(String actionRequested)
|
void |
setdocumentNumber(String documentNumber)
|
void |
setId(String id)
|
void |
setName(String name)
|
void |
setType(Integer type)
|
void |
setVersionNumber(Integer versionNumber)
Deprecated. |
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 |
Field Detail |
---|
public static final Integer PERSON_TYPE
public static final Integer WORKGROUP_TYPE
protected String documentNumber
protected Integer type
protected String actionRequested
protected String id
protected String name
Constructor Detail |
---|
public AdHocRouteRecipient()
Method Detail |
---|
public String getActionRequested()
public void setActionRequested(String actionRequested)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Integer getType()
public void setType(Integer type)
public void setdocumentNumber(String documentNumber)
public String getdocumentNumber()
public String getActionRequestedValue()
@Deprecated public void prePersist()
@Deprecated public void refresh()
BusinessObject
During processing (for example accepting user input) the field values that participate in relationships can become out of sync with the related business objects (for example: suppose our business object has a property name bookId with a related object of type Book that contains the id property. If the user changes the value for the bookId property, our id property on the related book and the associated information is still pointing to the previous book id). This method is invoked to indicate the related objects should be refreshed based on their related keys. For @{link PersistableBusinessObject} implementations, most refreshes can be handled by the ORM tool
refresh
in interface BusinessObject
@Deprecated public Integer getVersionNumber()
@Deprecated public void setVersionNumber(Integer versionNumber)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |