public class FieldLayout extends Object
| Constructor and Description |
|---|
FieldLayout() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Get name
|
String |
getProfile()
Get profile
|
Boolean |
getReadonly()
Get readonly
|
Integer |
getSize()
Get size
|
String |
getType()
Get type
|
Double |
getWeight()
Get weight
|
int |
hashCode() |
FieldLayout |
name(String name) |
FieldLayout |
profile(String profile) |
FieldLayout |
readonly(Boolean readonly) |
void |
setName(String name) |
void |
setProfile(String profile) |
void |
setReadonly(Boolean readonly) |
void |
setSize(Integer size) |
void |
setType(String type) |
void |
setWeight(Double weight) |
FieldLayout |
size(Integer size) |
String |
toString() |
FieldLayout |
type(String type) |
FieldLayout |
weight(Double weight) |
public FieldLayout name(String name)
public String getName()
public void setName(String name)
public FieldLayout type(String type)
public String getType()
public void setType(String type)
public FieldLayout size(Integer size)
public Integer getSize()
public void setSize(Integer size)
public FieldLayout readonly(Boolean readonly)
public Boolean getReadonly()
public void setReadonly(Boolean readonly)
public FieldLayout profile(String profile)
public String getProfile()
public void setProfile(String profile)
public FieldLayout weight(Double weight)
public Double getWeight()
public void setWeight(Double weight)
Copyright © 2019 LeanIX GmbH. All rights reserved.