com.mirth.match.ejb.inex
Class EntityTypeTrait

java.lang.Object
  extended by com.mirth.match.ejb.inex.KanaEntity
      extended by com.mirth.match.ejb.inex.EntityTypeTrait

public class EntityTypeTrait
extends KanaEntity

Java class for entityTypeTrait complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="entityTypeTrait">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="entityDomain" type="{http://inex.ejb.match.mirth.com/}entityDomain" minOccurs="0"/>
         <element name="entityType" type="{http://inex.ejb.match.mirth.com/}entityType" minOccurs="0"/>
         <element name="entityTypeTraitId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="trait" type="{http://inex.ejb.match.mirth.com/}trait" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  EntityDomain entityDomain
           
protected  EntityType entityType
           
protected  java.lang.Integer entityTypeTraitId
           
protected  boolean mandatory
           
protected  java.lang.Integer sortOrder
           
protected  Trait trait
           
 
Constructor Summary
EntityTypeTrait()
           
 
Method Summary
 EntityDomain getEntityDomain()
          Gets the value of the entityDomain property.
 EntityType getEntityType()
          Gets the value of the entityType property.
 java.lang.Integer getEntityTypeTraitId()
          Gets the value of the entityTypeTraitId property.
 java.lang.Integer getSortOrder()
          Gets the value of the sortOrder property.
 Trait getTrait()
          Gets the value of the trait property.
 boolean isMandatory()
          Gets the value of the mandatory property.
 void setEntityDomain(EntityDomain value)
          Sets the value of the entityDomain property.
 void setEntityType(EntityType value)
          Sets the value of the entityType property.
 void setEntityTypeTraitId(java.lang.Integer value)
          Sets the value of the entityTypeTraitId property.
 void setMandatory(boolean value)
          Sets the value of the mandatory property.
 void setSortOrder(java.lang.Integer value)
          Sets the value of the sortOrder property.
 void setTrait(Trait value)
          Sets the value of the trait property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityDomain

protected EntityDomain entityDomain

entityType

protected EntityType entityType

entityTypeTraitId

protected java.lang.Integer entityTypeTraitId

mandatory

protected boolean mandatory

sortOrder

protected java.lang.Integer sortOrder

trait

protected Trait trait
Constructor Detail

EntityTypeTrait

public EntityTypeTrait()
Method Detail

getEntityDomain

public EntityDomain getEntityDomain()
Gets the value of the entityDomain property.

Returns:
possible object is EntityDomain

setEntityDomain

public void setEntityDomain(EntityDomain value)
Sets the value of the entityDomain property.

Parameters:
value - allowed object is EntityDomain

getEntityType

public EntityType getEntityType()
Gets the value of the entityType property.

Returns:
possible object is EntityType

setEntityType

public void setEntityType(EntityType value)
Sets the value of the entityType property.

Parameters:
value - allowed object is EntityType

getEntityTypeTraitId

public java.lang.Integer getEntityTypeTraitId()
Gets the value of the entityTypeTraitId property.

Returns:
possible object is Integer

setEntityTypeTraitId

public void setEntityTypeTraitId(java.lang.Integer value)
Sets the value of the entityTypeTraitId property.

Parameters:
value - allowed object is Integer

isMandatory

public boolean isMandatory()
Gets the value of the mandatory property.


setMandatory

public void setMandatory(boolean value)
Sets the value of the mandatory property.


getSortOrder

public java.lang.Integer getSortOrder()
Gets the value of the sortOrder property.

Returns:
possible object is Integer

setSortOrder

public void setSortOrder(java.lang.Integer value)
Sets the value of the sortOrder property.

Parameters:
value - allowed object is Integer

getTrait

public Trait getTrait()
Gets the value of the trait property.

Returns:
possible object is Trait

setTrait

public void setTrait(Trait value)
Sets the value of the trait property.

Parameters:
value - allowed object is Trait


Copyright © 2011 Mirth Corp. All Rights Reserved.