org.apache.chemistry.opencmis.commons.impl.dataobjects
Class ChoiceImpl<T>

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
      extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.ChoiceImpl<T>
All Implemented Interfaces:
Serializable, ExtensionsData, Choice<T>

public class ChoiceImpl<T>
extends AbstractExtensionData
implements Choice<T>

Choice implementation.

See Also:
Serialized Form

Constructor Summary
ChoiceImpl()
           
 
Method Summary
 List<Choice<T>> getChoice()
           
 String getDisplayName()
           
 List<T> getValue()
           
 void setChoice(List<Choice<T>> choice)
           
 void setDisplayName(String displayName)
           
 void setValue(List<T> value)
           
 
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
getExtensions, setExtensions, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChoiceImpl

public ChoiceImpl()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface Choice<T>

setDisplayName

public void setDisplayName(String displayName)

getValue

public List<T> getValue()
Specified by:
getValue in interface Choice<T>

setValue

public void setValue(List<T> value)

getChoice

public List<Choice<T>> getChoice()
Specified by:
getChoice in interface Choice<T>

setChoice

public void setChoice(List<Choice<T>> choice)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.