public class Type extends Object
| Constructor and Description |
|---|
Type() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getJava() |
String |
getJdbc() |
Integer |
getLength() |
Boolean |
getNotNull() |
Integer |
getPrecision() |
Integer |
getScale() |
int |
hashCode() |
void |
setJava(String java) |
void |
setJdbc(String jdbc) |
void |
setLength(Integer length) |
void |
setNotNull(Boolean notNull) |
void |
setPrecision(Integer precision) |
void |
setScale(Integer scale) |
String |
toString() |
public String getJdbc()
public void setJdbc(String jdbc)
public String getJava()
public void setJava(String java)
public Integer getLength()
public void setLength(Integer length)
public Integer getPrecision()
public void setPrecision(Integer precision)
public Integer getScale()
public void setScale(Integer scale)
public Boolean getNotNull()
public void setNotNull(Boolean notNull)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.