com.carlosbcruz.sapproxy.generator.model
Class SimpleParameter
java.lang.Object
com.carlosbcruz.sapproxy.generator.model.SimpleParameter
- All Implemented Interfaces:
- java.io.Serializable
public class SimpleParameter
- extends java.lang.Object
- implements java.io.Serializable
Store a simple parameter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, 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.
getPosition
public int getPosition()
- Returns:
- The position.
setPosition
public void setPosition(int position)
- Parameters:
position
- The position.