Package 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 Details
-
getName
String getName()Gets the name of the property.- Returns:
- the name
-
getSequence
String 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
-