railo.runtime.type.scope
Class ClusterEntryImpl
java.lang.Object
railo.runtime.type.scope.ClusterEntryImpl
- All Implemented Interfaces:
- Serializable, ClusterEntry
public final class ClusterEntryImpl
- extends Object
- implements ClusterEntry
- See Also:
- Serialized Form
ClusterEntryImpl
public ClusterEntryImpl(Collection.Key key,
Serializable value,
int offset)
ClusterEntryImpl
public ClusterEntryImpl(Collection.Key key,
Serializable value,
long time)
ClusterEntryImpl
public ClusterEntryImpl()
- Constructor of the class for Webservice Bean Deserializer
setKey
public void setKey(Collection.Key key)
- Specified by:
setKey
in interface ClusterEntry
- Parameters:
key
- the key to set
setTime
public void setTime(long time)
- Specified by:
setTime
in interface ClusterEntry
- Parameters:
time
- the time to set
setValue
public void setValue(Serializable value)
- Specified by:
setValue
in interface ClusterEntry
- Parameters:
value
- the value to set
getKey
public Collection.Key getKey()
- Specified by:
getKey
in interface ClusterEntry
- Returns:
- the key
getTimeRef
public Long getTimeRef()
- Specified by:
getTimeRef
in interface ClusterEntry
- Returns:
- the time
getTime
public long getTime()
- Specified by:
getTime
in interface ClusterEntry
- Returns:
- the time
getValue
public Serializable getValue()
- Specified by:
getValue
in interface ClusterEntry
- Returns:
- the value
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
- See Also:
Object.equals(java.lang.Object)
Copyright © 2012 Railo