lumis.portal.webfilereplication
Class WebFileReplicationProperty

Package class diagram package WebFileReplicationProperty
java.lang.Object
  extended by 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
See Also:
Serialized Form

Constructor Summary
WebFileReplicationProperty()
           
 
Method Summary
 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


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.