public interface PageAssociation extends ModelObject
| Modifier and Type | Field and Description |
|---|---|
static String |
CHILD_ASSOCIATION_TYPE_ID |
static String |
PROP_ASSOC_TYPE |
static String |
PROP_DEST_ID |
static String |
PROP_ORDER_ID |
static String |
PROP_SOURCE_ID |
static String |
TYPE_ID |
PROP_DESCRIPTION, PROP_DESCRIPTION_ID, PROP_ID, PROP_TITLE, PROP_TITLE_ID| Modifier and Type | Method and Description |
|---|---|
String |
getAssociationType()
Gets the association type.
|
String |
getDestId()
Gets the dest id.
|
Page |
getDestPage(RequestContext context)
Gets the dest object.
|
String |
getOrderId()
Gets the order id.
|
String |
getSourceId()
Gets the source id.
|
Page |
getSourcePage(RequestContext context)
Gets the source page.
|
String |
getTypeId()
Returns the type id of the model object.
|
void |
setAssociationType(String associationType)
Sets the association type.
|
void |
setDestId(String destId)
Sets the dest id.
|
void |
setOrderId(String orderId)
Sets the order id.
|
void |
setSourceId(String sourceId)
Sets the source id.
|
getBooleanProperty, getCustomProperties, getCustomProperty, getDescription, getDescriptionId, getDocument, getId, getKey, getModelProperties, getModelProperty, getModificationTime, getPersisterId, getProperties, getProperty, getStoragePath, getTitle, getTitleId, isSaved, removeCustomProperty, removeModelProperty, removeProperty, setCustomProperty, setDescription, setDescriptionId, setModelProperty, setProperty, setTitle, setTitleId, touch, toXMLstatic final String TYPE_ID
static final String PROP_SOURCE_ID
static final String PROP_DEST_ID
static final String PROP_ASSOC_TYPE
static final String PROP_ORDER_ID
static final String CHILD_ASSOCIATION_TYPE_ID
String getTypeId()
ModelObjectgetTypeId in interface ModelObjectString getSourceId()
void setSourceId(String sourceId)
sourceId - the new source idString getDestId()
void setDestId(String destId)
destId - the new dest idString getAssociationType()
void setAssociationType(String associationType)
associationType - the new association typeString getOrderId()
void setOrderId(String orderId)
orderId - the new order idPage getSourcePage(RequestContext context)
context - the contextPage getDestPage(RequestContext context)
context - the contextCopyright © 2005–2016 Alfresco Software. All rights reserved.