org.pentaho.commons.util.repository.type
Class PropertyDateTime

java.lang.Object
  extended by org.pentaho.commons.util.repository.type.CmisProperty
      extended by org.pentaho.commons.util.repository.type.PropertyDateTime

public class PropertyDateTime
extends CmisProperty


Constructor Summary
PropertyDateTime(String name)
           
PropertyDateTime(String name, Calendar value)
           
 
Method Summary
 Calendar getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class org.pentaho.commons.util.repository.type.CmisProperty
getName, getPropertyType, setName, setPropertyType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDateTime

public PropertyDateTime(String name)

PropertyDateTime

public PropertyDateTime(String name,
                        Calendar value)
Method Detail

getValue

public Calendar getValue()
Specified by:
getValue in class CmisProperty

setValue

public void setValue(Object value)