com.jaspersoft.jasperserver.api.metadata.xml.domain.impl
Class ResourceProperty

java.lang.Object
  extended by 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
 
Method Summary
 java.lang.String getName()
           
 java.util.List getProperties()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 void setProperties(java.util.List properties)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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

Method Detail

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.