Class Property
- java.lang.Object
-
- org.exoplatform.wiki.service.rest.model.LinkCollection
-
- org.exoplatform.wiki.service.rest.model.Property
-
public class Property extends LinkCollection
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Attribute>getAttributes()Gets the value of the attributes property.StringgetName()Obtient la valeur de la propriété name.StringgetType()Obtient la valeur de la propriété type.StringgetValue()Obtient la valeur de la propriété value.voidsetName(String value)Définit la valeur de la propriété name.voidsetType(String value)Définit la valeur de la propriété type.voidsetValue(String value)Définit la valeur de la propriété value.-
Methods inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection
getLinks
-
-
-
-
Method Detail
-
getAttributes
public List<Attribute> getAttributes()
Gets the value of the attributes property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the attributes property.For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
-
getValue
public String getValue()
Obtient la valeur de la propriété value.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Définit la valeur de la propriété value.- Parameters:
value- allowed object isString
-
getName
public String getName()
Obtient la valeur de la propriété name.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Définit la valeur de la propriété name.- Parameters:
value- allowed object isString
-
getType
public String getType()
Obtient la valeur de la propriété type.- Returns:
- possible object is
String
-
-