public class WebFileReplicationPropertyValue extends Object implements Serializable
Constructor and Description |
---|
WebFileReplicationPropertyValue() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the identifier of the value.
|
WebFileReplicationProperty |
getProperty()
Returns the property associated with the value.
|
WebFileReplication |
getReplication()
Returns the web file replication that owns the property.
|
String |
getValue()
Returns the value of the property.
|
void |
setProperty(WebFileReplicationProperty property)
Defines the property associated with the value.
|
void |
setReplication(WebFileReplication replication)
Defines the web file replication that owns the property.
|
void |
setValue(String value)
Defines the value of the property.
|
public String getId()
public WebFileReplication getReplication()
public void setReplication(WebFileReplication replication)
replication
- the web file replication to be defined.public String getValue()
public void setValue(String value)
value
- the value to be defined.public WebFileReplicationProperty getProperty()
public void setProperty(WebFileReplicationProperty property)
property
- the property to be defined.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.