public class GAINEntities.Attributes
extends java.lang.Object
Constructor and Description |
---|
GAINEntities.Attributes()
Instantiates a new attributes.
|
GAINEntities.Attributes(double is,
double ie)
Instantiates a new attributes.
|
Modifier and Type | Method and Description |
---|---|
double |
getAttributeEnd()
Gets the attribute end.
|
double |
getAttributeStart()
Gets the attribute start.
|
void |
setAttributeEnd(double ie)
Sets the attribute end.
|
void |
setAttributeStart(double is)
Sets the attribute start.
|
public GAINEntities.Attributes()
public GAINEntities.Attributes(double is, double ie)
is
- the isie
- the iepublic double getAttributeStart()
public void setAttributeStart(double is)
is
- the new attribute startpublic double getAttributeEnd()
public void setAttributeEnd(double ie)
ie
- the new attribute end