com.pmease.quickbuild.model
Class UserShare

java.lang.Object
  extended by com.pmease.quickbuild.model.AbstractEntity
      extended by com.pmease.quickbuild.model.UserShare
All Implemented Interfaces:
java.io.Serializable

@Entity
public class UserShare
extends AbstractEntity

See Also:
Serialized Form

Constructor Summary
UserShare()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 Dashboard getDashboard()
           
 User getUser()
           
 int hashCode()
           
 void setDashboard(Dashboard dashboard)
           
 void setUser(User user)
           
 
Methods inherited from class com.pmease.quickbuild.model.AbstractEntity
getId, isNew, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserShare

public UserShare()
Method Detail

getUser

public User getUser()

setUser

public void setUser(User user)

getDashboard

public Dashboard getDashboard()

setDashboard

public void setDashboard(Dashboard dashboard)

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class AbstractEntity

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractEntity


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.