Class 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
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebFileReplicationProperty

        public WebFileReplicationProperty()
    • 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