public class LocaAttributes
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the description value of this Loca - Object.
|
java.lang.String |
getInterval(java.lang.String key)
Gets the Interval from given key.
|
int |
getIntervalListSize()
Returns the size of interval hashmap of this Loca - Object .
|
java.lang.String |
getResponsible()
Returns the responsible value of this Loca - Object.
|
java.util.Iterator<java.lang.String> |
intervalListIterator()
Returns an
java.util.Iterator of set interval list. |
void |
setDescription(java.lang.String description)
Sets the description of this Loca - Object.
|
void |
setResponsible(java.lang.String responsible)
Sets the responsible value of this Loca - Object.
|
public java.lang.String getResponsible()
public void setResponsible(java.lang.String responsible)
responsible - responsiblepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - Descriptionpublic int getIntervalListSize()
public java.lang.String getInterval(java.lang.String key)
key - the key of an specified parameterpublic java.util.Iterator<java.lang.String> intervalListIterator()
java.util.Iterator of set interval list.
Each parameter is stored as java.lang.String.