@Entity public class RequiredCredentialEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
formLabel |
protected String |
id |
protected boolean |
input |
protected boolean |
secret |
protected String |
type |
Constructor and Description |
---|
RequiredCredentialEntity() |
protected String id
protected String type
protected boolean input
protected boolean secret
protected String formLabel
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public boolean isInput()
public void setInput(boolean input)
public boolean isSecret()
public void setSecret(boolean secret)
public String getFormLabel()
public void setFormLabel(String formLabel)
Copyright © 2014. All Rights Reserved.