com.rapidtransform.part.model
Class ApplicationContext
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.part.model.ApplicationContext
- All Implemented Interfaces:
- Model, java.io.Serializable
public class ApplicationContext
- extends AbstractBaseModel
The application context contains the state and application domain information for a specific
item view. This information specifies when and where in the process this item view can be used.
- Author:
- Steve Werner
- See Also:
- Serialized Form
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel |
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
ApplicationContext
public ApplicationContext()
getApplicationDomain
public ApplicationDomain getApplicationDomain()
- Returns:
- Returns the applicationDomain.
setApplicationDomain
public void setApplicationDomain(ApplicationDomain applicationDomain)
- Parameters:
applicationDomain
- The applicationDomain to set.
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
getState
public LifecycleState getState()
- Returns:
- Returns the state.
setState
public void setState(LifecycleState state)
- Parameters:
state
- The state to set.