|
||||||||||
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 PropertyDao
public Collection<String> getPropertyNames()
getPropertyNames
in interface PropertyDao
public void setProperty(Property property)
setProperty
in interface PropertyDao
property
- property object with name and valuepublic void setProperty(String name, String description, String value)
setProperty
in interface PropertyDao
name
- property namedescription
- property description (optional)value
- value as a stringpublic void addToSite(String name, String... site)
PropertyDao
addToSite
in interface PropertyDao
name
- 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 |