public class NFEWorkspace
extends java.lang.Object
Constructor and Description |
---|
NFEWorkspace() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getLowerX()
Returns the workspace work area lowest X.
|
double |
getLowerY()
Returns the workspace work area lower Y.
|
long |
getModelId()
Returns the model id to which the workspace is related.
|
double |
getUpperX()
Returns the workspace work area upper X.
|
double |
getUpperY()
Returns the workspace work area upper Y.
|
java.lang.String |
getWorkspace()
Returns the workspace name.
|
int |
hashCode() |
boolean |
isLockInd()
Returns true if the work area is locked, false otherwise.
|
boolean |
isMbrInd()
Returns true if a work area is defined for the workspace, false otherwise.
|
void |
setLockInd(boolean lockInd)
Sets true if the work area is locked, false otherwise.
|
void |
setLowerX(double lowerX)
Sets the workspace work area lowest X.
|
void |
setLowerY(double lowerY)
Sets the workspace work area lower Y.
|
void |
setMbrInd(boolean mbrInd)
Sets true if a work area is defined for the workspace, false otherwise.
|
void |
setModelId(long modelId)
Sets the model id to which the workspace is related.
|
void |
setUpperX(double upperX)
Sets the workspace work area upper X.
|
void |
setUpperY(double upperY)
Sets the workspace work area upper Y.
|
void |
setWorkspace(java.lang.String workspace)
Sets the workspace name.
|
public long getModelId()
public void setModelId(long modelId)
modelId
- model idpublic java.lang.String getWorkspace()
public void setWorkspace(java.lang.String workspace)
workspace
- workspace namepublic double getLowerX()
public void setLowerX(double lowerX)
lowerX
- workspace work area lowest Xpublic double getUpperX()
public void setUpperX(double upperX)
upperX
- workspace work area upper Xpublic double getLowerY()
public void setLowerY(double lowerY)
lowerY
- workspace work area lower Ypublic double getUpperY()
public void setUpperY(double upperY)
upperY
- workspace work area upper Ypublic boolean isMbrInd()
public void setMbrInd(boolean mbrInd)
mbrInd
- true if a work area is defined for the workspace, false otherwisepublic boolean isLockInd()
public void setLockInd(boolean lockInd)
lockInd
- true if the work area is locked, false otherwisepublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object