com.atlassian.confluence.pages.templates.variables
Class StringVariable

java.lang.Object
  extended by com.atlassian.confluence.pages.templates.variables.StringVariable
All Implemented Interfaces:
Variable

public class StringVariable
extends Object
implements Variable


Field Summary
static String TYPE
           
 
Constructor Summary
StringVariable()
           
StringVariable(String name)
           
StringVariable(String name, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getType()
           
 String getValue()
           
 int hashCode()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

StringVariable

public StringVariable()

StringVariable

public StringVariable(String name)

StringVariable

public StringVariable(String name,
                      String value)
Method Detail

getType

public String getType()
Specified by:
getType in interface Variable

getName

public String getName()
Specified by:
getName in interface Variable

setName

public void setName(String name)
Specified by:
setName in interface Variable

getValue

public String getValue()
Specified by:
getValue in interface Variable

setValue

public void setValue(String value)
Specified by:
setValue in interface Variable

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2013 Atlassian. All Rights Reserved.