com.carlosbcruz.access.model
Class SimpleParameter
java.lang.Object
com.carlosbcruz.access.model.SimpleParameter
public class SimpleParameter
- extends java.lang.Object
Store a simple parameter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleParameter
public SimpleParameter()
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
getLength
public int getLength()
- Returns:
- Returns the length.
setLength
public void setLength(int length)
- Parameters:
length
- The length 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.
getType
public java.lang.String getType()
- Returns:
- Returns the type.
setType
public void setType(java.lang.String type)
- Parameters:
type
- The type to set.