public class RegistryEntryImpl extends java.lang.Object implements RegistryEntry
Constructor and Description |
---|
RegistryEntryImpl() |
Modifier and Type | Method and Description |
---|---|
long |
getCachableDuration()
The number of milliseconds this resource could be cached
|
long |
getCreated()
The created time for the resource - optional
|
java.lang.String |
getDescription()
A description for the resource - optional
|
java.lang.String |
getKey()
The key for the resource - required
|
long |
getLastModified()
The last updated time for the resource - optional
|
java.lang.String |
getName()
A name for the resource - optional
|
java.lang.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(java.lang.String description) |
void |
setKey(java.lang.String key) |
void |
setLastModified(long lastModified) |
void |
setName(java.lang.String name) |
void |
setType(java.lang.String type) |
void |
setVersion(long version) |
java.lang.String |
toString() |
public java.lang.String getKey()
RegistryEntry
getKey
in interface RegistryEntry
public void setKey(java.lang.String key)
public java.lang.String getName()
RegistryEntry
getName
in interface RegistryEntry
public void setName(java.lang.String name)
public long getVersion()
RegistryEntry
getVersion
in interface RegistryEntry
public void setVersion(long version)
public java.lang.String getType()
RegistryEntry
getType
in interface RegistryEntry
public void setType(java.lang.String type)
public java.lang.String getDescription()
RegistryEntry
getDescription
in interface RegistryEntry
public void setDescription(java.lang.String description)
public long getCreated()
RegistryEntry
getCreated
in interface RegistryEntry
public void setCreated(long created)
public long getLastModified()
RegistryEntry
getLastModified
in interface RegistryEntry
public void setLastModified(long lastModified)
public long getCachableDuration()
RegistryEntry
getCachableDuration
in interface RegistryEntry
public void setCachableDuration(long cachableDuration)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.