|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.registry.RegistryEntryImpl
public class RegistryEntryImpl
| Constructor Summary | |
|---|---|
RegistryEntryImpl()
|
|
| Method Summary | |
|---|---|
long |
getCachableDuration()
The number of milliseconds this resource could be cached |
long |
getCreated()
The created time for the resource - optional |
String |
getDescription()
A description for the resource - optional |
String |
getKey()
The key for the resource - required |
long |
getLastModified()
The last updated time for the resource - optional |
String |
getName()
A name for the resource - optional |
String |
getType()
The type of the resource - optional |
long |
getVersion()
The version of the resource - required |
void |
setCachableDuration(long cachableDuration)
|
void |
setCreated(long created)
|
void |
setDescription(String description)
|
void |
setKey(String key)
|
void |
setLastModified(long lastModified)
|
void |
setName(String name)
|
void |
setType(String type)
|
void |
setVersion(long version)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RegistryEntryImpl()
| Method Detail |
|---|
public String getKey()
RegistryEntry
getKey in interface RegistryEntrypublic void setKey(String key)
public String getName()
RegistryEntry
getName in interface RegistryEntrypublic void setName(String name)
public long getVersion()
RegistryEntry
getVersion in interface RegistryEntrypublic void setVersion(long version)
public String getType()
RegistryEntry
getType in interface RegistryEntrypublic void setType(String type)
public String getDescription()
RegistryEntry
getDescription in interface RegistryEntrypublic void setDescription(String description)
public long getCreated()
RegistryEntry
getCreated in interface RegistryEntrypublic void setCreated(long created)
public long getLastModified()
RegistryEntry
getLastModified in interface RegistryEntrypublic void setLastModified(long lastModified)
public long getCachableDuration()
RegistryEntry
getCachableDuration in interface RegistryEntrypublic void setCachableDuration(long cachableDuration)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||