com.tibco.bpm.web.client.model.types
Class CustomAttribute

java.lang.Object
  extended by com.tibco.bpm.web.client.model.types.CustomAttribute
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CustomAttribute
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

Details of a Custom Attribute

©2013 Cloud Software Group, Inc.

Since:
2.2.0

Constructor Summary
CustomAttribute()
           
CustomAttribute(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomAttribute

public CustomAttribute()

CustomAttribute

public CustomAttribute(java.lang.String name,
                       java.lang.String value)
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)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.