public class WebFileReplication extends Object implements Serializable
Constructor and Description |
---|
WebFileReplication() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.