|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.webfilereplication.WebFileReplication
public class WebFileReplication
Configuration of a replication of web files.
Constructor Summary | |
---|---|
WebFileReplication()
|
Method Summary | |
---|---|
String |
getFilterChannelId()
Returns the filter channel id. |
String |
getFilterPath()
Returns the path filter. |
String |
getId()
Returns the identifier of the replication. |
String |
getName()
Returns the name of the replication. |
Collection<WebFileReplicationPropertyValue> |
getPropertyValues()
Returns the properties values of the replication. |
WebFileReplicationType |
getType()
Returns the type of the replication. |
IWebsite |
getWebsite()
Returns the website of this replication. |
void |
setFilterChannelId(String filterChannelId)
Defines the filter channel id. |
void |
setFilterPath(String filterPath)
Defines the path filter. |
void |
setName(String name)
Defines the name of the replication. |
void |
setPropertyValues(Collection<WebFileReplicationPropertyValue> propertyValues)
Defines the the properties values of the replication. |
void |
setType(WebFileReplicationType type)
Defines the type of the replication. |
void |
setWebsite(Website website)
Sets the website of this 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 String getId()
public String getName()
public void setName(String name)
name
- the name to be defined.public WebFileReplicationType getType()
public void setType(WebFileReplicationType type)
type
- the type to be defined.public String getFilterChannelId()
public void setFilterChannelId(String filterChannelId)
filterChannelId
- the filter channel id.public String getFilterPath()
public void setFilterPath(String filterPath)
filterPath
- the string value to path filter.public Collection<WebFileReplicationPropertyValue> getPropertyValues()
public void setPropertyValues(Collection<WebFileReplicationPropertyValue> propertyValues)
propertyValues
- the properties values to be defined.public void setWebsite(Website website)
website
- the website value to set.public IWebsite getWebsite()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |