public class Group extends NameDescription
InheritanceStrategy.SUPERCLASS_TABLE since this
class maintains a Discriminator policy.© Copyright 2006 Sans Pareil Technologies, Inc.
,
Serialized Formdescription, namehash, HASH, logger, startLetter| Modifier | Constructor and Description |
|---|---|
protected |
Group()
Default constructor.
|
|
Group(String name)
Create a new instance of the bean with the mandatory name field
|
|
Group(String name,
String description)
Create a new instance of the bean with the specified values.
|
compareTo, createXStream, equals, getDescription, getName, hashCode, setDescription, setNameclone, fromXML, getObjectId, getPersistenceManager, getStartLetter, jdoPostLoad, jdoPreClear, jdoPreDelete, jdoPreStore, resetHash, toString, toXMLprotected Group()
public Group(String name) throws IllegalArgumentException
name - The NameDescription.name value to use to create the new
instanceIllegalArgumentException - If the name value
specified is null or empty.public Group(String name, String description) throws IllegalArgumentException
name - The NameDescription.name value to use to create the new
instancedescription - The NameDescription.description value to use to create
the new instanceIllegalArgumentException - If the name value
specified is null or empty.