Class DiscriminatorColumn
java.lang.Object
ee.jakarta.xml.ns.persistence.orm.DiscriminatorColumn
- All Implemented Interfaces:
Cloneable
,org.jvnet.basicjaxb.lang.CopyTo
,org.jvnet.basicjaxb.lang.Equals
,org.jvnet.basicjaxb.lang.HashCode
,org.jvnet.basicjaxb.lang.MergeFrom
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
copyTo
(org.jvnet.basicjaxb.locator.ObjectLocator locator, Object target, org.jvnet.basicjaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.basicjaxb.locator.ObjectLocator thisLocator, org.jvnet.basicjaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.basicjaxb.lang.EqualsStrategy strategy) Gets the value of the columnDefinition property.Gets the value of the discriminatorType property.Gets the value of the length property.getName()
Gets the value of the name property.int
hashCode()
int
hashCode
(org.jvnet.basicjaxb.locator.ObjectLocator locator, org.jvnet.basicjaxb.lang.HashCodeStrategy strategy) void
void
mergeFrom
(org.jvnet.basicjaxb.locator.ObjectLocator lhsLocator, org.jvnet.basicjaxb.locator.ObjectLocator rhsLocator, Object lhs, Object rhs, org.jvnet.basicjaxb.lang.MergeStrategy strategy) void
setColumnDefinition
(String value) Sets the value of the columnDefinition property.void
setDiscriminatorType
(String value) Sets the value of the discriminatorType property.void
Sets the value of the length property.void
Sets the value of the name property.
-
Field Details
-
name
-
discriminatorType
-
columnDefinition
-
length
-
-
Constructor Details
-
DiscriminatorColumn
public DiscriminatorColumn()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDiscriminatorType
Gets the value of the discriminatorType property.- Returns:
- possible object is
String
-
setDiscriminatorType
Sets the value of the discriminatorType property.- Parameters:
value
- allowed object isString
-
getColumnDefinition
Gets the value of the columnDefinition property.- Returns:
- possible object is
String
-
setColumnDefinition
Sets the value of the columnDefinition property.- Parameters:
value
- allowed object isString
-
getLength
Gets the value of the length property.- Returns:
- possible object is
Integer
-
setLength
Sets the value of the length property.- Parameters:
value
- allowed object isInteger
-
equals
-
equals
public boolean equals(org.jvnet.basicjaxb.locator.ObjectLocator thisLocator, org.jvnet.basicjaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.basicjaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.basicjaxb.lang.Equals
-
hashCode
public int hashCode() -
hashCode
public int hashCode(org.jvnet.basicjaxb.locator.ObjectLocator locator, org.jvnet.basicjaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.basicjaxb.lang.HashCode
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.basicjaxb.lang.CopyTo
- Specified by:
createNewInstance
in interfaceorg.jvnet.basicjaxb.lang.MergeFrom
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.basicjaxb.lang.CopyTo
-
clone
-
copyTo
public Object copyTo(org.jvnet.basicjaxb.locator.ObjectLocator locator, Object target, org.jvnet.basicjaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.basicjaxb.lang.CopyTo
-
mergeFrom
- Specified by:
mergeFrom
in interfaceorg.jvnet.basicjaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(org.jvnet.basicjaxb.locator.ObjectLocator lhsLocator, org.jvnet.basicjaxb.locator.ObjectLocator rhsLocator, Object lhs, Object rhs, org.jvnet.basicjaxb.lang.MergeStrategy strategy) - Specified by:
mergeFrom
in interfaceorg.jvnet.basicjaxb.lang.MergeFrom
-