org.torweg.pulse.component.store.model
Class StoreContentImageGroup
java.lang.Object
org.torweg.pulse.util.entity.AbstractBasicEntity
org.torweg.pulse.util.entity.AbstractNamedEntity
org.torweg.pulse.util.entity.AbstractNamableEntity
org.torweg.pulse.util.entity.AbstractImageGroup
org.torweg.pulse.component.store.model.StoreContentImageGroup
- All Implemented Interfaces:
- java.io.Serializable, INameable, INamed
@Entity
public class StoreContentImageGroup
- extends AbstractImageGroup
- Version:
- $Revision: 1822 $
- Author:
- Christian Schatt, Daniel Dietz
- See Also:
- Serialized Form
| Methods inherited from class org.torweg.pulse.util.entity.AbstractImageGroup |
deserializeToJDOM, getAssignedVersionNames, getBundle, getImages, getImageVersion, getImageVersionConfiguration, init, isAvailableVersionName, setBundle, setImageVersion, setImageVersionConfiguration |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.torweg.pulse.util.INamed |
getName |
StoreContentImageGroup
@Deprecated
public StoreContentImageGroup(java.lang.String nam,
java.util.List<AbstractImageGroupConfiguration.Version> versions, Bundle b)
- Deprecated.
- just used for testing.
- Parameters:
nam - the name to be setversions - the version names of all image versions assignable to the
StoreContentImageGroupb - the bundle
StoreContentImageGroup
@Deprecated
protected StoreContentImageGroup()
- Deprecated.
- used for HibernateTM.
StoreContentImageGroup
public StoreContentImageGroup(java.lang.String nam, Bundle b)
- The
Constructor that sets the name of the
StoreContentImageGroup.
- Parameters:
nam - the name to be setb - the bundle
getAllAssignableVersions
public final java.util.List<AbstractImageGroupConfiguration.Version> getAllAssignableVersions()
- Returns a
List containing the Versions assignable to the
StoreContentImageGroup.
- Specified by:
getAllAssignableVersions in class AbstractImageGroup
- Returns:
- the version names of all the
Versions assignable to the
StoreContentImageGroup