org.jboss.seam.international.status.builder
Class BundleKey

java.lang.Object
  extended by org.jboss.seam.international.status.builder.BundleKey
All Implemented Interfaces:
Serializable

public class BundleKey
extends Object
implements Serializable

Represents the name/key pair for a ResourceBundle lookup.

Author:
Lincoln Baxter, III
See Also:
Serialized Form

Constructor Summary
BundleKey(String bundle, String key)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBundle()
           
 String getKey()
           
 int hashCode()
           
 void setBundle(String bundle)
           
 void setKey(String key)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BundleKey

public BundleKey(String bundle,
                 String key)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

getBundle

public String getBundle()

setBundle

public void setBundle(String bundle)

getKey

public String getKey()

setKey

public void setKey(String key)


Copyright © 2011 Seam Framework. All Rights Reserved.