kz.arta.synergy.server.api.rest.works
Class WorkAction

java.lang.Object
  extended by kz.arta.synergy.server.api.rest.works.WorkAction

public class WorkAction
extends java.lang.Object

Created by IntelliJ IDEA. User: topa Date: 08.07.13 Time: 12:56 To change this template use File | Settings | File Templates.


Constructor Summary
WorkAction()
           
 
Method Summary
 ActionColor getColor()
           
 java.lang.String getLabel()
           
 WorkActionSubType getSubType()
           
 WorkActionType getWorkActionType()
           
 void setColor(ActionColor color)
           
 void setLabel(java.lang.String label)
           
 void setSubType(WorkActionSubType subType)
           
 void setWorkActionType(WorkActionType workActionType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkAction

public WorkAction()
Method Detail

getWorkActionType

public WorkActionType getWorkActionType()

setWorkActionType

public void setWorkActionType(WorkActionType workActionType)

getSubType

public WorkActionSubType getSubType()

setSubType

public void setSubType(WorkActionSubType subType)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getColor

public ActionColor getColor()

setColor

public void setColor(ActionColor color)


Copyright © 2000 Dummy Corp. All Rights Reserved.