com.hammurapi.party
Interface Identity

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
IdentityImpl

public interface Identity
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Identity'. Party identity. E.g. taxpayer ID or employee number.

The following features are supported:

See Also:
PartyPackage.getIdentity()

Method Summary
 String getComment()
          Returns the value of the 'Comment' attribute.
 String getType()
          Returns the value of the 'Type' attribute.
 String getValue()
          Returns the value of the 'Value' attribute.
 void setComment(String value)
          Sets the value of the 'Comment' attribute.
 void setType(String value)
          Sets the value of the 'Type' attribute.
 void setValue(String value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getType

String getType()
Returns the value of the 'Type' attribute. Identity type.

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), PartyPackage.getIdentity_Type()

setType

void setType(String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

getValue

String getValue()
Returns the value of the 'Value' attribute. Identity value.

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), PartyPackage.getIdentity_Value()

setValue

void setValue(String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getComment

String getComment()
Returns the value of the 'Comment' attribute. Comment.

Returns:
the value of the 'Comment' attribute.
See Also:
setComment(String), PartyPackage.getIdentity_Comment()

setComment

void setComment(String value)
Sets the value of the 'Comment' attribute.

Parameters:
value - the new value of the 'Comment' attribute.
See Also:
getComment()