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

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

public class PropertiesDocument
extends Object


Field Summary
static String CHANGETOKEN
           
static String CHECKINCOMMENT
           
static String CONTENTSTREAMALLOWED
           
static String CONTENTSTREAMFILENAME
           
static String CONTENTSTREAMLENGTH
           
static String CONTENTSTREAMMIMETYPE
           
static String CONTENTSTREAMURI
           
static String CREATEDBY
           
static String CREATIONDATE
           
static String ISIMMUTABLE
           
static String ISLATESTMAJORVERSION
           
static String ISLATESTVERSION
           
static String ISMAJORVERSION
           
static String ISVERRSIONSERIESCHECKEDOUT
           
static String LASTMODIFICATIONDATE
           
static String LASTMODIFIEDBY
           
static String OBJECTID
           
static String OBJECTTYPEID
           
static String URI
           
static String VERSIONLABEL
           
static String VERSIONSERIESCHECKEDOUTBY
           
static String VERSIONSERIESCHECKEDOUTID
           
static String VERSIONSERIESID
           
 
Constructor Summary
PropertiesDocument()
           
 
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

ISIMMUTABLE

public static final String ISIMMUTABLE
See Also:
Constant Field Values

ISLATESTVERSION

public static final String ISLATESTVERSION
See Also:
Constant Field Values

ISMAJORVERSION

public static final String ISMAJORVERSION
See Also:
Constant Field Values

ISLATESTMAJORVERSION

public static final String ISLATESTMAJORVERSION
See Also:
Constant Field Values

VERSIONLABEL

public static final String VERSIONLABEL
See Also:
Constant Field Values

VERSIONSERIESID

public static final String VERSIONSERIESID
See Also:
Constant Field Values

ISVERRSIONSERIESCHECKEDOUT

public static final String ISVERRSIONSERIESCHECKEDOUT
See Also:
Constant Field Values

VERSIONSERIESCHECKEDOUTBY

public static final String VERSIONSERIESCHECKEDOUTBY
See Also:
Constant Field Values

VERSIONSERIESCHECKEDOUTID

public static final String VERSIONSERIESCHECKEDOUTID
See Also:
Constant Field Values

CHECKINCOMMENT

public static final String CHECKINCOMMENT
See Also:
Constant Field Values

CONTENTSTREAMALLOWED

public static final String CONTENTSTREAMALLOWED
See Also:
Constant Field Values

CONTENTSTREAMLENGTH

public static final String CONTENTSTREAMLENGTH
See Also:
Constant Field Values

CONTENTSTREAMMIMETYPE

public static final String CONTENTSTREAMMIMETYPE
See Also:
Constant Field Values

CONTENTSTREAMFILENAME

public static final String CONTENTSTREAMFILENAME
See Also:
Constant Field Values

CONTENTSTREAMURI

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

PropertiesDocument

public PropertiesDocument()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)