Class MapKeyColumn
java.lang.Object
ee.jakarta.xml.ns.persistence.orm.MapKeyColumn
- 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 length property.getName()
Gets the value of the name property.Gets the value of the precision property.getScale()
Gets the value of the scale property.getTable()
Gets the value of the table property.int
hashCode()
int
hashCode
(org.jvnet.basicjaxb.locator.ObjectLocator locator, org.jvnet.basicjaxb.lang.HashCodeStrategy strategy) Gets the value of the insertable property.Gets the value of the nullable property.isUnique()
Gets the value of the unique property.Gets the value of the updatable property.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
setInsertable
(Boolean value) Sets the value of the insertable property.void
Sets the value of the length property.void
Sets the value of the name property.void
setNullable
(Boolean value) Sets the value of the nullable property.void
setPrecision
(Integer value) Sets the value of the precision property.void
Sets the value of the scale property.void
Sets the value of the table property.void
Sets the value of the unique property.void
setUpdatable
(Boolean value) Sets the value of the updatable property.
-
Field Details
-
name
-
unique
-
nullable
-
insertable
-
updatable
-
columnDefinition
-
table
-
length
-
precision
-
scale
-
-
Constructor Details
-
MapKeyColumn
public MapKeyColumn()
-
-
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
-
isUnique
Gets the value of the unique property.- Returns:
- possible object is
Boolean
-
setUnique
Sets the value of the unique property.- Parameters:
value
- allowed object isBoolean
-
isNullable
Gets the value of the nullable property.- Returns:
- possible object is
Boolean
-
setNullable
Sets the value of the nullable property.- Parameters:
value
- allowed object isBoolean
-
isInsertable
Gets the value of the insertable property.- Returns:
- possible object is
Boolean
-
setInsertable
Sets the value of the insertable property.- Parameters:
value
- allowed object isBoolean
-
isUpdatable
Gets the value of the updatable property.- Returns:
- possible object is
Boolean
-
setUpdatable
Sets the value of the updatable property.- Parameters:
value
- allowed object isBoolean
-
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
-
getTable
Gets the value of the table property.- Returns:
- possible object is
String
-
setTable
Sets the value of the table 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
-
getPrecision
Gets the value of the precision property.- Returns:
- possible object is
Integer
-
setPrecision
Sets the value of the precision property.- Parameters:
value
- allowed object isInteger
-
getScale
Gets the value of the scale property.- Returns:
- possible object is
Integer
-
setScale
Sets the value of the scale 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
-