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

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

public class PropertiesFolder
extends Object


Field Summary
static String ALLOWEDCHILDOBJECTTYPEIDS
           
static String CHANGETOKEN
           
static String CREATEDBY
           
static String CREATIONDATE
           
static String LASTMODIFICATIONDATE
           
static String LASTMODIFIEDBY
           
static String OBJECTID
           
static String OBJECTTYPEID
           
static String PARENTID
           
static String URI
           
 
Constructor Summary
PropertiesFolder()
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECTID

public static final String OBJECTID
See Also:
Constant Field Values

URI

public static final String URI
See Also:
Constant Field Values

OBJECTTYPEID

public static final String OBJECTTYPEID
See Also:
Constant Field Values

CREATEDBY

public static final String CREATEDBY
See Also:
Constant Field Values

CREATIONDATE

public static final String CREATIONDATE
See Also:
Constant Field Values

LASTMODIFIEDBY

public static final String LASTMODIFIEDBY
See Also:
Constant Field Values

LASTMODIFICATIONDATE

public static final String LASTMODIFICATIONDATE
See Also:
Constant Field Values

CHANGETOKEN

public static final String CHANGETOKEN
See Also:
Constant Field Values

PARENTID

public static final String PARENTID
See Also:
Constant Field Values

ALLOWEDCHILDOBJECTTYPEIDS

public static final String ALLOWEDCHILDOBJECTTYPEIDS
See Also:
Constant Field Values
Constructor Detail

PropertiesFolder

public PropertiesFolder()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)