org.zeroexchange.model.user
Class Skill

java.lang.Object
  extended by org.zeroexchange.model.Persistent
      extended by org.zeroexchange.model.IntegerPKPersistent
          extended by 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

Field Summary
static String FIELD_SKILL_DESCRIPTION
           
static String FIELD_SKILL_TITLE
           
static String FIELD_USER
           
 
Fields inherited from interface org.zeroexchange.model.Identifiable
FIELD_ID
 
Constructor Summary
Skill()
           
 
Method Summary
 String getDescription()
           
 String getTitle()
           
 User getUser()
           
 void setDescription(String description)
           
 void setTitle(String title)
           
 void setUser(User user)
           
 
Methods inherited from class org.zeroexchange.model.IntegerPKPersistent
equals, getId, hashCode, setId
 
Methods inherited from class org.zeroexchange.model.Persistent
getTransientValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Skill

public Skill()
Method Detail

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.