public class CSNElementModel extends Object
| Constructor and Description |
|---|
CSNElementModel() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLength() |
String |
getName() |
String |
getType() |
boolean |
isKey() |
boolean |
isNotnull() |
void |
setKey(boolean key) |
void |
setLength(Integer length) |
void |
setName(String name) |
void |
setNotnull(boolean notnull) |
void |
setType(String type) |
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public boolean isKey()
public void setKey(boolean key)
public boolean isNotnull()
public void setNotnull(boolean notnull)
public Integer getLength()
public void setLength(Integer length)
Copyright © 2020 SAP. All Rights Reserved.