lumis.content.source.field.type
Class WorkflowStateDataType.Data

Package class diagram package WorkflowStateDataType.Data
java.lang.Object
  extended by lumis.content.source.field.type.WorkflowStateDataType.Data
All Implemented Interfaces:
IRenderable
Enclosing class:
WorkflowStateDataType

public static class WorkflowStateDataType.Data
extends Object
implements IRenderable

Data object for a workflow state.

Since:
4.0.4

Constructor Summary
WorkflowStateDataType.Data()
           
WorkflowStateDataType.Data(WorkflowStateConfig state, IResource workflowResource)
           
 
Method Summary
 String getColorLight()
           
 String getColorStrong()
           
 String getDescription()
           
 String getDisplayString(IRenderer renderer)
          Returns the string to be displayed for representing this instance, when a short display is required.
 String getId()
           
 String getImageLarge()
           
 String getImageSmall()
           
 String getName()
           
 String getRenderData(IRenderer renderer)
          Returns the data of this object in a standard xml format.
 IResource getWorkflowResource()
           
 void setColorLight(String colorLight)
           
 void setColorStrong(String colorStrong)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setImageLarge(String imageLarge)
           
 void setImageSmall(String imageSmall)
           
 void setName(String name)
           
 void setWorkflowResource(IResource workflowResource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowStateDataType.Data

public WorkflowStateDataType.Data()

WorkflowStateDataType.Data

public WorkflowStateDataType.Data(WorkflowStateConfig state,
                                  IResource workflowResource)
Method Detail

getColorLight

public String getColorLight()

setColorLight

public void setColorLight(String colorLight)

getColorStrong

public String getColorStrong()

setColorStrong

public void setColorStrong(String colorStrong)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getId

public String getId()

setId

public void setId(String id)

getImageLarge

public String getImageLarge()

setImageLarge

public void setImageLarge(String imageLarge)

getImageSmall

public String getImageSmall()

setImageSmall

public void setImageSmall(String imageSmall)

getName

public String getName()

setName

public void setName(String name)

getWorkflowResource

public IResource getWorkflowResource()

setWorkflowResource

public void setWorkflowResource(IResource workflowResource)

getRenderData

public String getRenderData(IRenderer renderer)
                     throws PortalException
Description copied from interface: IRenderable
Returns the data of this object in a standard xml format.

Specified by:
getRenderData in interface IRenderable
Parameters:
renderer - the renderer object that will use the returned render data.
Returns:
the xml data for this object.
Throws:
PortalException

getDisplayString

public String getDisplayString(IRenderer renderer)
                        throws PortalException
Description copied from interface: IRenderable
Returns the string to be displayed for representing this instance, when a short display is required.

Specified by:
getDisplayString in interface IRenderable
Parameters:
renderer - the renderer object that will use the returned render data.
Returns:
the string to be used to friendly display this instance.
Throws:
PortalException


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.