com.perforce.p4java.admin
Interface IProperty

All Known Implementing Classes:
Property

public interface IProperty

Provides storage of property values for use by applications that wish to persistently store their configuration settings and other property data in the server.


Method Summary
 Date getModified()
          Gets the modified date.
 String getModifiedBy()
          Gets the modified by user.
 String getName()
          Gets the name of the property.
 int getSequence()
          Gets the sequence number of the property.
 long getTime()
          Gets the time in milliseconds.
 String getValue()
          Gets the value of the property.
 

Method Detail

getName

String getName()
Gets the name of the property.

Returns:
the name

getSequence

int getSequence()
Gets the sequence number of the property.

Returns:
the sequence number

getValue

String getValue()
Gets the value of the property.

Returns:
the value

getTime

long getTime()
Gets the time in milliseconds.

Returns:
the time in milliseconds

getModified

Date getModified()
Gets the modified date.

Returns:
the modified date

getModifiedBy

String getModifiedBy()
Gets the modified by user.

Returns:
the modified by user


Copyright © 2015 Perforce Software. All Rights Reserved.