public class CarddavResourceContent extends Object implements Comparable<CarddavResourceContent>, Serializable
| Constructor and Description |
|---|
CarddavResourceContent()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(CarddavResourceContent that) |
void |
copyTo(CarddavResourceContent val)
Copy this objects values into the parameter
|
String |
getName()
Get the name
|
CarddavColNode |
getParent()
Get the object's collection
|
byte[] |
getValue()
Get the value
|
int |
hashCode() |
void |
setName(String val)
Set the name
|
void |
setParent(CarddavColNode val)
Set the object's collection
|
void |
setValue(byte[] val)
Set the value
|
String |
toString() |
public void setParent(CarddavColNode val)
val - CarddavColNode object's collectionpublic CarddavColNode getParent()
public void setName(String val)
val - String namepublic String getName()
public void setValue(byte[] val)
val - byte[]public byte[] getValue()
public void copyTo(CarddavResourceContent val)
val - public int compareTo(CarddavResourceContent that)
compareTo in interface Comparable<CarddavResourceContent>Copyright © 2015 Bedework. All rights reserved.