com.rapidtransform.part.model
Class ApplicationContext

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by 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

Constructor Summary
ApplicationContext()
           
 
Method Summary
 ApplicationDomain getApplicationDomain()
           
 java.lang.String getDescription()
           
 LifecycleState getState()
           
 void setApplicationDomain(ApplicationDomain applicationDomain)
           
 void setDescription(java.lang.String description)
           
 void setState(LifecycleState state)
           
 
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
 

Constructor Detail

ApplicationContext

public ApplicationContext()
Method Detail

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.