|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.extensions.CacheKey
public class CacheKey
Used as the key when caching extensions
Constructor Summary | |
---|---|
CacheKey(MediaDirConfig config,
int number)
The constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
MediaDirConfig |
getConfig()
Used to get media directory configuration |
int |
getNumber()
Used to get the extension index number |
int |
hashCode()
|
void |
setConfig(MediaDirConfig config)
Used to set the media directory configuration |
void |
setNumber(int number)
Used to set the extension index number |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheKey(MediaDirConfig config, int number)
config
- The media directory configurationnumber
- The index number of the extensionMethod Detail |
---|
public MediaDirConfig getConfig()
public void setConfig(MediaDirConfig config)
config
- the media directory configurationpublic int getNumber()
public void setNumber(int number)
number
- the extension index numberpublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |