Class WebFileReplicationProperty

  • All Implemented Interfaces:
    Serializable

    public class WebFileReplicationProperty
    extends Object
    implements 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 Detail

      • WebFileReplicationProperty

        public WebFileReplicationProperty()
    • Method Detail

      • getId

        public String getId()
        Returns the identifier of the property.
        Returns:
        the identifier of the property.
        Since:
        6.0.0
      • getName

        public String getName()
        Returns the name of the property.
        Returns:
        the name of the property.
        Since:
        6.0.0
      • getDataType

        public 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