de.piratech.dasding.data
Class Action

java.lang.Object
  extended by de.piratech.dasding.data.AbstractDataObject
      extended by de.piratech.dasding.data.AbstractAction
          extended by de.piratech.dasding.data.Action

public class Action
extends AbstractAction

An Action

Author:
deveth0

Nested Class Summary
static class Action.ACTIONSTATUS
           
 
Constructor Summary
Action()
           
 
Method Summary
 ActionCategory getCategory()
           
 List<User> getParticipants()
           
 Action.ACTIONSTATUS getStatus()
           
 boolean isValid()
           
 void setCategory(ActionCategory category)
           
 void setParticipants(List<User> participants)
           
 void setStatus(Action.ACTIONSTATUS status)
           
 
Methods inherited from class de.piratech.dasding.data.AbstractAction
getContact, getDescription, getFinalWorks, getFurtherInformation, getLocation, getName, getResponsible, getTime, setContact, setDescription, setFinalWorks, setFurtherInformation, setLocation, setName, setResponsible, setTime
 
Methods inherited from class de.piratech.dasding.data.AbstractDataObject
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

getStatus

public Action.ACTIONSTATUS getStatus()

setStatus

public void setStatus(Action.ACTIONSTATUS status)

getParticipants

public List<User> getParticipants()

setParticipants

public void setParticipants(List<User> participants)

getCategory

public ActionCategory getCategory()

setCategory

public void setCategory(ActionCategory category)

isValid

public boolean isValid()
Overrides:
isValid in class AbstractAction


Copyright © 2012 Piratech. All Rights Reserved.