Package lumis.portal.webfilereplication
Class WebFileReplicationProperty
- java.lang.Object
-
- lumis.portal.webfilereplication.WebFileReplicationProperty
-
- All Implemented Interfaces:
java.io.Serializable
public class WebFileReplicationProperty extends java.lang.Object implements java.io.Serializable
Custom property of a web file replication type.- Since:
- 6.0.0
- Version:
- $Revision: 13093 $ $Date: 2011-05-28 18:40:18 -0300 (Sat, 28 May 2011) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebFileReplicationProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDataType()
Returns the data type of the property.java.lang.String
getId()
Returns the identifier of the property.java.lang.String
getName()
Returns the name of the property.WebFileReplicationType
getType()
Returns the web file replication type that owns the property.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Returns the identifier of the property.- Returns:
- the identifier of the property.
- Since:
- 6.0.0
-
getName
public java.lang.String getName()
Returns the name of the property.- Returns:
- the name of the property.
- Since:
- 6.0.0
-
getDataType
public java.lang.String getDataType()
Returns the data type of the property.- Returns:
- the data type of the property.
- Since:
- 6.0.0
-
getType
public WebFileReplicationType getType()
Returns the web file replication type that owns the property.- Returns:
- the web file replication type that owns the property.
- Since:
- 6.0.0
-
-