|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.EmbeddedId
public class EmbeddedId
| Field Summary | |
|---|---|
protected AttributeOverride[] |
attributeOverride
|
protected String |
name
|
| Constructor Summary | |
|---|---|
EmbeddedId()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.EmbeddedId instance. |
|
EmbeddedId(EmbeddedId o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.EmbeddedId instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EmbeddedId |
clone()
Creates and returns a copy of this object. |
void |
copyAttributeOverride(AttributeOverride[] source)
Copies all values of property AttributeOverride. |
AttributeOverride[] |
getAttributeOverride()
|
AttributeOverride |
getAttributeOverride(int idx)
|
int |
getAttributeOverrideLength()
|
String |
getName()
Gets the value of the name property. |
void |
setAttributeOverride(AttributeOverride[] values)
|
AttributeOverride |
setAttributeOverride(int idx,
AttributeOverride value)
|
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AttributeOverride[] attributeOverride
protected String name
| Constructor Detail |
|---|
public EmbeddedId()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.EmbeddedId instance.
public EmbeddedId(EmbeddedId o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.EmbeddedId instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public AttributeOverride[] getAttributeOverride()
AttributeOverridepublic AttributeOverride getAttributeOverride(int idx)
AttributeOverridepublic int getAttributeOverrideLength()
public void setAttributeOverride(AttributeOverride[] values)
values - allowed objects are
AttributeOverride
public AttributeOverride setAttributeOverride(int idx,
AttributeOverride value)
value - allowed object is
AttributeOverridepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic void copyAttributeOverride(AttributeOverride[] source)
AttributeOverride.
source - The source to copy from.
NullPointerException - if source is null.public EmbeddedId clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||