public class AttributeModel extends Object implements Serializable
Constructor and Description |
---|
AttributeModel()
Init of a new empty attribute model
|
AttributeModel(String name,
String type)
Constructor that takes name and type
|
AttributeModel(String name,
String type,
String lovName)
Constructor for an ListOfValue Attribute
|
Modifier and Type | Method and Description |
---|---|
String |
getLovName() |
String |
getName()
To get name
|
String |
getType() |
void |
setName(String name)
To set name
|
void |
setType(String type) |
String |
toString() |
public AttributeModel()
public AttributeModel(String name, String type)
name
- type
- can be URL, Date, Boolean, Number, ListOfValuespublic String getName()
public void setName(String name)
name
- name of this attributepublic String getType()
public void setType(String type)
type
- can be URL, Date, Boolean, Number, ListOfValuespublic String getLovName()
Copyright © 2018 DocDoku. All rights reserved.