com.jaspersoft.jasperserver.export.modules.common
Class ProfileAttributeBean

java.lang.Object
  extended by com.jaspersoft.jasperserver.export.modules.common.ProfileAttributeBean

public class ProfileAttributeBean
extends java.lang.Object

Version:
$Id: ProfileAttributeBean.java 9458 2007-08-10 14:30:48Z lucian $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Constructor Summary
ProfileAttributeBean()
           
 
Method Summary
 void copyFrom(ProfileAttribute attribute)
           
 void copyTo(ProfileAttribute attribute)
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 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

ProfileAttributeBean

public ProfileAttributeBean()
Method Detail

copyFrom

public void copyFrom(ProfileAttribute attribute)

copyTo

public void copyTo(ProfileAttribute attribute)

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)


Copyright © 2007. All Rights Reserved.