com.hack23.cia.model.internal.application.user.impl
Class UserAddressItem
java.lang.Object
com.hack23.cia.model.internal.application.user.impl.UserAddressItem
- All Implemented Interfaces:
- Serializable, org.jvnet.hyperjaxb3.item.Item<String>
@Entity(name="UserAddressItem")
public class UserAddressItem
- extends Object
- implements Serializable, org.jvnet.hyperjaxb3.item.Item<String>
- See Also:
- Serialized Form
Method Summary |
Long |
getHjid()
Gets the value of the hjid property. |
String |
getItem()
Gets the value of the item property. |
void |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setItem(String value)
Sets the value of the item property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
item
protected String item
hjid
protected Long hjid
UserAddressItem
public UserAddressItem()
getItem
public String getItem()
- Gets the value of the item property.
- Specified by:
getItem
in interface org.jvnet.hyperjaxb3.item.Item<String>
- Returns:
- possible object is
String
setItem
public void setItem(String value)
- Sets the value of the item property.
- Specified by:
setItem
in interface org.jvnet.hyperjaxb3.item.Item<String>
- Parameters:
value
- allowed object is
String
getHjid
public Long getHjid()
- Gets the value of the hjid property.
- Returns:
- possible object is
Long
setHjid
public void setHjid(Long value)
- Sets the value of the hjid property.
- Parameters:
value
- allowed object is
Long
Copyright © 2008-2011 www.hack23.com. All Rights Reserved.