|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fatwire.gst.foundation.properties.AssetApiPropertyDao
public final class AssetApiPropertyDao
Class representing properties stored as an asset. Can be basic or flex but fields are specifically defined
| Field Summary | |
|---|---|
static String |
SUBTYPE
|
static String |
TYPE
|
| Method Summary | |
|---|---|
void |
addToSite(String name,
String... site)
Add the property specified to the sites specified. |
static PropertyDao |
getInstance(COM.FutureTense.Interfaces.ICS ics)
|
Property |
getProperty(String name)
|
Collection<String> |
getPropertyNames()
|
static PropertyDao |
newInstance(COM.FutureTense.Interfaces.ICS ics)
|
void |
setProperty(Property property)
Set (or re-set) a property value |
void |
setProperty(String name,
String description,
String value)
Convenience method to set (or re-set) a property value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TYPE
public static final String SUBTYPE
| Method Detail |
|---|
public static final PropertyDao getInstance(COM.FutureTense.Interfaces.ICS ics)
public static PropertyDao newInstance(COM.FutureTense.Interfaces.ICS ics)
public Property getProperty(String name)
getProperty in interface PropertyDaopublic Collection<String> getPropertyNames()
getPropertyNames in interface PropertyDaopublic void setProperty(Property property)
setProperty in interface PropertyDaoproperty - property object with name and value
public void setProperty(String name,
String description,
String value)
setProperty in interface PropertyDaoname - property namedescription - property description (optional)value - value as a string
public void addToSite(String name,
String... site)
PropertyDao
addToSite in interface PropertyDaoname - property namesite - site names to add the property to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||