org.syncope.console.commons
Class SelectOption

java.lang.Object
  extended by org.syncope.console.commons.SelectOption
All Implemented Interfaces:
Serializable

public class SelectOption
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SelectOption(String description, String cronStr)
           
 
Method Summary
 String getDisplayValue()
           
 String getKeyValue()
           
 void setDisplayValue(String displayValue)
           
 void setKeyValue(String keyValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectOption

public SelectOption(String description,
                    String cronStr)
Method Detail

getDisplayValue

public String getDisplayValue()

setDisplayValue

public void setDisplayValue(String displayValue)

getKeyValue

public String getKeyValue()

setKeyValue

public void setKeyValue(String keyValue)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.