com.pmease.quickbuild.model
Class GroupShare
java.lang.Object
com.pmease.quickbuild.model.AbstractEntity
com.pmease.quickbuild.model.GroupShare
- All Implemented Interfaces:
- java.io.Serializable
@Entity
public class GroupShare
- extends AbstractEntity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
GroupShare
public GroupShare()
getGroup
public Group getGroup()
setGroup
public void setGroup(Group group)
getDashboard
public Dashboard getDashboard()
setDashboard
public void setDashboard(Dashboard dashboard)
isPrimary
public boolean isPrimary()
setPrimary
public void setPrimary(boolean primary)
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.