public class DimensionData extends Object implements Serializable
| Constructor and Description |
|---|
DimensionData() |
DimensionData(int id,
String fullName,
int lenght,
boolean unlimited,
boolean variable,
boolean shared) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName() |
int |
getId() |
int |
getLenght() |
boolean |
isShared() |
boolean |
isUnlimited() |
boolean |
isVariable() |
void |
setFullName(String fullName) |
void |
setId(int id) |
void |
setLenght(int lenght) |
void |
setShared(boolean shared) |
void |
setUnlimited(boolean unlimited) |
void |
setVariable(boolean variable) |
String |
toString() |
public DimensionData()
public DimensionData(int id,
String fullName,
int lenght,
boolean unlimited,
boolean variable,
boolean shared)
public int getId()
public void setId(int id)
public String getFullName()
public void setFullName(String fullName)
public int getLenght()
public void setLenght(int lenght)
public boolean isUnlimited()
public void setUnlimited(boolean unlimited)
public boolean isVariable()
public void setVariable(boolean variable)
public boolean isShared()
public void setShared(boolean shared)
Copyright © 2018. All Rights Reserved.