public class SleEntryImpl extends Object implements SleEntry
| Constructor and Description |
|---|
SleEntryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one.
|
boolean |
equals(Object o) |
EntryValue |
getGroupByElement(Group element)
Returns an EntryValue for the given element name.
|
EntryValue[] |
getGroupValues()
An array of EntryValue objects that correspond to the grouping for the feed.
|
Class<SleEntry> |
getInterface()
Returns the interface the copyFrom works on.
|
EntryValue |
getSortByElement(Sort element)
Returns an EntryValue for the given element name.
|
EntryValue[] |
getSortValues()
Returns an array of EntryValues for the fields declared in the heading.
|
String |
getUri()
Returns the URI of the module.
|
int |
hashCode() |
void |
setGroupValues(EntryValue[] groupValues) |
void |
setSortValues(EntryValue[] sortValues) |
String |
toString() |
public EntryValue getGroupByElement(Group element)
SleEntrygetGroupByElement in interface SleEntryelement - element name to look forpublic void setGroupValues(EntryValue[] groupValues)
public EntryValue[] getGroupValues()
SleEntrygetGroupValues in interface SleEntrypublic Class<SleEntry> getInterface()
This is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFrompublic EntryValue getSortByElement(Sort element)
SleEntrygetSortByElement in interface SleEntryelement - element namepublic void setSortValues(EntryValue[] sortValues)
public EntryValue[] getSortValues()
SleEntrygetSortValues in interface SleEntrypublic String getUri()
public Object clone() throws CloneNotSupportedException
clone in interface Moduleclone in class ObjectCloneNotSupportedExceptionpublic void copyFrom(CopyFrom obj)
Any existing properties in this bean are lost.
This method is useful for moving from one implementation of a bean interface to another. For example from the default SyndFeed bean implementation to a Hibernate ready implementation.
Copyright © 2021. All rights reserved.