|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.model.structure.DataMartField
public class DataMartField
The Class DataMartField.
Constructor Summary | |
---|---|
DataMartField(java.lang.String name,
DataMartEntity parent)
Instantiates a new data mart field. |
Method Summary | |
---|---|
java.lang.String |
getDatamartName()
Gets the datamart name. |
long |
getId()
Gets the id. |
int |
getLength()
Gets the length. |
java.lang.String |
getName()
Gets the name. |
DataMartEntity |
getParent()
Gets the parent. |
int |
getPrecision()
Gets the precision. |
java.lang.String |
getQueryName()
Gets the query name. |
java.lang.String |
getType()
Gets the type. |
java.lang.String |
getUniqueName()
Gets the unique name. |
boolean |
isKey()
Checks if is key. |
void |
setDatamartName(java.lang.String datamartName)
Sets the datamart name. |
void |
setId(long id)
Sets the id. |
void |
setKey(boolean key)
Sets the key. |
void |
setLength(int length)
Sets the length. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setParent(DataMartEntity parent)
Sets the parent. |
void |
setPrecision(int precision)
Sets the precision. |
void |
setType(java.lang.String type)
Sets the type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataMartField(java.lang.String name, DataMartEntity parent)
name
- the nameparent
- the parentMethod Detail |
---|
public java.lang.String getUniqueName()
public java.lang.String getQueryName()
public java.lang.String toString()
toString
in class java.lang.Object
public long getId()
public void setId(long id)
id
- the new idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getDatamartName()
public void setDatamartName(java.lang.String datamartName)
datamartName
- the new datamart namepublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the new typepublic int getLength()
public void setLength(int length)
length
- the new lengthpublic int getPrecision()
public void setPrecision(int precision)
precision
- the new precisionpublic DataMartEntity getParent()
public void setParent(DataMartEntity parent)
parent
- the new parentpublic boolean isKey()
public void setKey(boolean key)
key
- the new key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |