org.benjp.model
Class SpaceBean

java.lang.Object
  extended by org.benjp.model.SpaceBean

public class SpaceBean
extends Object


Constructor Summary
SpaceBean()
           
 
Method Summary
static boolean areEqual(long aThis, long aThat)
           
static boolean areEqual(Object aThis, Object aThat)
           
 boolean equals(Object aThat)
           
 String getDisplayName()
           
 String getGroupId()
           
 String getId()
           
 String getShortName()
           
 long getTimestamp()
           
 int hashCode()
           
 void setDisplayName(String displayName)
           
 void setGroupId(String groupId)
           
 void setId(String id)
           
 void setShortName(String shortName)
           
 void setTimestamp(long timestamp)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceBean

public SpaceBean()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getShortName

public String getShortName()

setShortName

public void setShortName(String shortName)

getTimestamp

public long getTimestamp()

setTimestamp

public void setTimestamp(long timestamp)

equals

public boolean equals(Object aThat)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

areEqual

public static boolean areEqual(Object aThis,
                               Object aThat)

areEqual

public static boolean areEqual(long aThis,
                               long aThat)


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.