lumis.portal.webfilereplication
Class WebFileReplication

Package class diagram package WebFileReplication
java.lang.Object
  extended by lumis.portal.webfilereplication.WebFileReplication
All Implemented Interfaces:
java.io.Serializable

public class WebFileReplication
extends java.lang.Object
implements java.io.Serializable

Configuration of a replication of web files.

Since:
6.0.0
See Also:
Serialized Form

Constructor Summary
WebFileReplication()
           
 
Method Summary
 java.lang.String getFilterChannelId()
          Returns the filter channel id.
 java.lang.String getFilterPath()
          Returns the path filter.
 java.lang.String getId()
          Returns the identifier of the replication.
 java.lang.String getName()
          Returns the name of the replication.
 java.util.Collection<WebFileReplicationPropertyValue> getPropertyValues()
          Returns the properties values of the replication.
 WebFileReplicationType getType()
          Returns the type of the replication.
 void setFilterChannelId(java.lang.String filterChannelId)
          Defines the filter channel id.
 void setFilterPath(java.lang.String filterPath)
          Defines the path filter.
 void setName(java.lang.String name)
          Defines the name of the replication.
 void setPropertyValues(java.util.Collection<WebFileReplicationPropertyValue> propertyValues)
          Defines the the properties values of the replication.
 void setType(WebFileReplicationType type)
          Defines the type of the replication.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFileReplication

public WebFileReplication()
Method Detail

getId

public java.lang.String getId()
Returns the identifier of the replication.

Returns:
the identifier of the replication.
Since:
6.0.0

getName

public java.lang.String getName()
Returns the name of the replication.

Returns:
the name of the replication.
Since:
6.0.0

setName

public void setName(java.lang.String name)
Defines the name of the replication.

Parameters:
name - the name to be defined.
Since:
6.0.0

getType

public WebFileReplicationType getType()
Returns the type of the replication.

Returns:
the type of the replication.
Since:
6.0.0

setType

public void setType(WebFileReplicationType type)
Defines the type of the replication.

Parameters:
type - the type to be defined.
Since:
6.0.0

getFilterChannelId

public java.lang.String getFilterChannelId()
Returns the filter channel id.

Returns:
the filter channel id.

setFilterChannelId

public void setFilterChannelId(java.lang.String filterChannelId)
Defines the filter channel id.

Parameters:
filterChannelId - the filter channel id.

getFilterPath

public java.lang.String getFilterPath()
Returns the path filter.

Returns:
the string value to the filter path.

setFilterPath

public void setFilterPath(java.lang.String filterPath)
Defines the path filter.

Parameters:
filterPath - the string value to path filter.

getPropertyValues

public java.util.Collection<WebFileReplicationPropertyValue> getPropertyValues()
Returns the properties values of the replication.

Returns:
the properties values of the replication.
Since:
6.0.0

setPropertyValues

public void setPropertyValues(java.util.Collection<WebFileReplicationPropertyValue> propertyValues)
Defines the the properties values of the replication.

Parameters:
propertyValues - the properties values to be defined.
Since:
6.0.0


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