@Entity public class ApplicationAttribute extends Object implements Serializable
| Constructor and Description |
|---|
ApplicationAttribute() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getId() |
String |
getName() |
Application |
getOwner() |
String |
getTypeName() |
String |
getValue() |
int |
hashCode() |
void |
setId(Long id) |
void |
setName(String name) |
void |
setOwner(Application owner) |
void |
setTypeName(String typeName) |
void |
setValue(String value) |
public Long getId()
public void setId(Long id)
public Application getOwner()
public void setOwner(Application owner)
public String getTypeName()
public void setTypeName(String typeName)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
Copyright © 2013. All Rights Reserved.