org.apache.jetspeed.prefs.om
Interface PropertyKey

All Superinterfaces:
Cloneable, Serializable

public interface PropertyKey
extends Serializable, Cloneable

Interface representing a property key.

Author:
David Le Strat

Method Summary
 Timestamp getCreationDate()
          Getter for creation date.
 Timestamp getModifiedDate()
          Getter for the modified date.
 long getPropertyKeyId()
          Getter for the property key id.
 String getPropertyKeyName()
          Getter for the property key name.
 int getPropertyKeyType()
          Getter for the property key type.
 void setCreationDate(Timestamp creationDate)
          Setter for the creation date.
 void setModifiedDate(Timestamp modifiedDate)
          Setter for the modified date.
 void setPropertyKeyId(long propertyKeyId)
          Setter for the property key id.
 void setPropertyKeyName(String propertyKeyName)
          Setter for the property key name.
 void setPropertyKeyType(int propertyKeyType)
          Setter for the property key type.
 

Method Detail

getPropertyKeyId

public long getPropertyKeyId()

Getter for the property key id.

Returns:
The property key id.

setPropertyKeyId

public void setPropertyKeyId(long propertyKeyId)

Setter for the property key id.

Parameters:
propertyKeyId - The property key id.

getPropertyKeyName

public String getPropertyKeyName()

Getter for the property key name.

Returns:
The property key name.

setPropertyKeyName

public void setPropertyKeyName(String propertyKeyName)

Setter for the property key name.

Parameters:
propertyKeyName - The property key name.

getPropertyKeyType

public int getPropertyKeyType()

Getter for the property key type.

Returns:
The property key type.

setPropertyKeyType

public void setPropertyKeyType(int propertyKeyType)

Setter for the property key type.

Parameters:
propertyKeyType - The property key type.

getCreationDate

public Timestamp getCreationDate()

Getter for creation date.

Returns:
The creation date.

setCreationDate

public void setCreationDate(Timestamp creationDate)

Setter for the creation date.

Parameters:
creationDate - The creation date.

getModifiedDate

public Timestamp getModifiedDate()

Getter for the modified date.

Returns:
The modified date.

setModifiedDate

public void setModifiedDate(Timestamp modifiedDate)

Setter for the modified date.

Parameters:
modifiedDate - The modified date.


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.