org.yestech.publish.objectmodel
Class PublisherProperties
java.lang.Object
org.yestech.publish.objectmodel.PublisherProperties
public class PublisherProperties
- extends Object
Container for properties used by IPublisher
- Version:
- $Revision: $
- Author:
- Artie Copeland
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublisherProperties
public PublisherProperties()
getProperties
public Map<ArtifactType,Map<String,Object>> getProperties()
setProperties
public void setProperties(Map<ArtifactType,Map<String,Object>> properties)
getProperty
public <V> V getProperty(org.yestech.lib.util.Pair<ArtifactType,String> key)
addProperty
public void addProperty(org.yestech.lib.util.Pair<ArtifactType,String> key,
Object value)
Copyright © 2010 YES Technology Association. All Rights Reserved.