com.safeidentity.adminservice.objects
Class FixedValue

java.lang.Object
  extended bycom.safeidentity.adminservice.objects.FixedValue

public class FixedValue
extends java.lang.Object

Version:
$Revision: 1.7 $
Author:
kevin To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
 java.lang.String name
          Field name
 java.lang.String value
          Field value
 
Constructor Summary
FixedValue()
          Constructor for FixedValue
FixedValue(java.lang.String name, java.lang.String value)
          Constructor for FixedValue
 
Method Summary
 void destroy()
          Method destroy
 java.lang.String getFixedValueString()
          Method getFixedValueString
 java.lang.String getName()
           
 java.lang.String getValue()
           
static void main(java.lang.String[] args)
          Method main
static FixedValue parseFixedValue(java.lang.String value)
          Method parseFixedValue
 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
 

Field Detail

name

public java.lang.String name
Field name


value

public java.lang.String value
Field value

Constructor Detail

FixedValue

public FixedValue()
Constructor for FixedValue


FixedValue

public FixedValue(java.lang.String name,
                  java.lang.String value)
Constructor for FixedValue

Parameters:
name - String
value - String
Method Detail

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getValue

public java.lang.String getValue()
Returns:
Returns the value.

setValue

public void setValue(java.lang.String value)
Parameters:
value - The value to set.

getFixedValueString

public java.lang.String getFixedValueString()
Method getFixedValueString

Returns:
String

parseFixedValue

public static FixedValue parseFixedValue(java.lang.String value)
Method parseFixedValue

Parameters:
value - String
Returns:
FixedValue

destroy

public void destroy()
Method destroy


main

public static void main(java.lang.String[] args)
Method main

Parameters:
args - String[]


Copyright © 2004 SoftForum Corp. All Rights Reserved.