|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.webfilereplication.WebFileReplicationPropertyValue
public class WebFileReplicationPropertyValue
Custom property value of a web file replication.
Constructor Summary | |
---|---|
WebFileReplicationPropertyValue()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebFileReplicationPropertyValue()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |