public final class AssetApiPropertyDao extends Object implements PropertyDao
Modifier and Type | Field and Description |
---|---|
static String |
SUBTYPE |
static String |
TYPE |
Modifier and Type | Method and Description |
---|---|
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
|
public static final String TYPE
public static final String SUBTYPE
public static final PropertyDao getInstance(COM.FutureTense.Interfaces.ICS ics)
public static final 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(String name, String description, String value)
setProperty
in interface PropertyDao
name
- property namedescription
- property description (optional)value
- value as a stringpublic void setProperty(Property property)
setProperty
in interface PropertyDao
property
- property object with name and valuepublic void addToSite(String name, String... site)
PropertyDao
addToSite
in interface PropertyDao
name
- property namesite
- site names to add the property toCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.