|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.webfilereplication.WebFileReplication
public class WebFileReplication
Configuration of a replication of web files.
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 |
---|
public WebFileReplication()
Method Detail |
---|
public java.lang.String getId()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to be defined.public WebFileReplicationType getType()
public void setType(WebFileReplicationType type)
type
- the type to be defined.public java.lang.String getFilterChannelId()
public void setFilterChannelId(java.lang.String filterChannelId)
filterChannelId
- the filter channel id.public java.lang.String getFilterPath()
public void setFilterPath(java.lang.String filterPath)
filterPath
- the string value to path filter.public java.util.Collection<WebFileReplicationPropertyValue> getPropertyValues()
public void setPropertyValues(java.util.Collection<WebFileReplicationPropertyValue> propertyValues)
propertyValues
- the properties values to be defined.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |