com.jaspersoft.jasperserver.api.metadata.xml.domain.impl
Class ResourceProperty
java.lang.Object
com.jaspersoft.jasperserver.api.metadata.xml.domain.impl.ResourceProperty
public class ResourceProperty
- extends java.lang.Object
- Author:
- gtoffoli
Constructor Summary |
ResourceProperty(java.lang.String name)
Creates a new instance of ResourceProperty |
ResourceProperty(java.lang.String name,
java.lang.String value)
Creates a new instance of ResourceProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceProperty
public ResourceProperty(java.lang.String name)
- Creates a new instance of ResourceProperty
ResourceProperty
public ResourceProperty(java.lang.String name,
java.lang.String value)
- Creates a new instance of ResourceProperty
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getProperties
public java.util.List getProperties()
setProperties
public void setProperties(java.util.List properties)
Copyright © 2007. All Rights Reserved.