it.eng.rdlab.soa3.pm.connector.beans
Class AttributeBean

java.lang.Object
  extended by it.eng.rdlab.soa3.pm.connector.beans.AttributeBean

public class AttributeBean
extends Object


Constructor Summary
AttributeBean()
           
AttributeBean(String id, String value)
           
 
Method Summary
 String getId()
           
 String getValue()
           
 void setId(String id)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeBean

public AttributeBean()

AttributeBean

public AttributeBean(String id,
                     String value)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2013. All Rights Reserved.