org.zeroexchange.web.components.resource.action
Class ResourceFormData

java.lang.Object
  extended by org.zeroexchange.web.components.resource.action.ResourceFormData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MoneyFormData

public class ResourceFormData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ResourceFormData()
           
 
Method Summary
 String getDescription()
           
 TendersMultiplicity getMultiplicity()
           
 String getTitle()
          Property id -> value
 void setDescription(String description)
           
 void setMultiplicity(TendersMultiplicity multiplicity)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceFormData

public ResourceFormData()
Method Detail

getTitle

public String getTitle()
Property id -> value


getDescription

public String getDescription()
Returns:
the titles

getMultiplicity

public TendersMultiplicity getMultiplicity()

setDescription

public void setDescription(String description)

setTitle

public void setTitle(String title)

setMultiplicity

public void setMultiplicity(TendersMultiplicity multiplicity)


Copyright © 2013. All Rights Reserved.