org.richfaces.model
Class DeclarativeModelKey

java.lang.Object
  extended by org.richfaces.model.DeclarativeModelKey
All Implemented Interfaces:
Serializable

public class DeclarativeModelKey
extends Object
implements Serializable

Author:
Nick Belaevski
See Also:
Serialized Form

Constructor Summary
DeclarativeModelKey(String modelId, Object modelKey)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getModelId()
           
 Object getModelKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeclarativeModelKey

public DeclarativeModelKey(String modelId,
                           Object modelKey)
Method Detail

getModelId

public String getModelId()

getModelKey

public Object getModelKey()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.