Package org.cyclos.entities.users
Class UserProductLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.users.ProductAssignmentLog<User>
-
- org.cyclos.entities.users.UserProductLog
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class UserProductLog extends ProductAssignmentLog<User>
Represents a log of individually assigned products
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description UserProductLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UsergetOwner()UsergetUser()voidsetOwner(User owner)voidsetUser(User user)-
Methods inherited from class org.cyclos.entities.users.ProductAssignmentLog
getAction, getBy, getDate, getNetwork, getProduct, setAction, setBy, setDate, setProduct
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getOwner
public User getOwner()
- Specified by:
getOwnerin classProductAssignmentLog<User>
-
getUser
public User getUser()
-
setOwner
public void setOwner(User owner)
- Specified by:
setOwnerin classProductAssignmentLog<User>
-
setUser
public void setUser(User user)
-
-