com.pmease.quickbuild.model
Class GroupShare

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

@Entity
public class GroupShare
extends AbstractEntity

See Also:
Serialized Form

Constructor Summary
GroupShare()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 Dashboard getDashboard()
           
 Group getGroup()
           
 int hashCode()
           
 boolean isPrimary()
           
 void setDashboard(Dashboard dashboard)
           
 void setGroup(Group group)
           
 void setPrimary(boolean primary)
           
 
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

GroupShare

public GroupShare()
Method Detail

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.