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

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

public class PropertyId
extends PropertyString


Constructor Summary
PropertyId(String name)
           
PropertyId(String name, String value)
           
 
Method Summary
 
Methods inherited from class org.pentaho.commons.util.repository.type.PropertyString
getValue, setValue
 
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

PropertyId

public PropertyId(String name)

PropertyId

public PropertyId(String name,
                  String value)