org.zeroexchange.model.user
Class Skill
java.lang.Object
org.zeroexchange.model.Persistent
org.zeroexchange.model.IntegerPKPersistent
org.zeroexchange.model.user.Skill
- All Implemented Interfaces:
- Serializable, Identifiable<Integer>
@Entity
public class Skill
- extends IntegerPKPersistent
User skill descriptor.
- Author:
- black
- See Also:
- Serialized Form
Constructor Summary |
Skill()
|
FIELD_USER
public static final String FIELD_USER
- See Also:
- Constant Field Values
FIELD_SKILL_TITLE
public static final String FIELD_SKILL_TITLE
- See Also:
- Constant Field Values
FIELD_SKILL_DESCRIPTION
public static final String FIELD_SKILL_DESCRIPTION
- See Also:
- Constant Field Values
Skill
public Skill()
getUser
public User getUser()
setUser
public void setUser(User user)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
Copyright © 2013. All Rights Reserved.