|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objex.panywhere.Relationship
com.objex.panywhere.TwinRelationship
public class TwinRelationship
Class defines the properties and methods of a relationship between twins, triplets and/or quadruplets. It enables the user to determine and/or manipulate at a more specific level the Twin Relationship type that exists between two or more Individuals are twins, quadruplets etc.
| Constructor Summary | |
|---|---|
TwinRelationship()
Creates a new TwinRelationship object |
|
TwinRelationship(java.lang.String upn,
java.lang.String type)
Creates a new TwinRelationship object for Individual specified and with the Twin type types specified. |
|
| Method Summary | |
|---|---|
boolean |
isDizygotic()
|
boolean |
isMonozygotic()
|
boolean |
isUnknown()
|
void |
setDizygotic(boolean di)
Sets the Dizygotic status of this Relationship Object |
void |
setMonozygotic(boolean mono)
Sets the Monozygotic status of this Relationship Object |
void |
setUnknown(boolean uk)
Sets the Unknown status of this Twin Relationship Object |
| Methods inherited from class com.objex.panywhere.Relationship |
|---|
getType, getUpn, isCasual, isConsanguineous, isDivorced, isInfertile, isMarried, isNoissue, isSeparated, setCasual, setConsanguineous, setDivorced, setInfertile, setMarried, setNoissue, setSeparated, setType, setUpn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TwinRelationship()
public TwinRelationship(java.lang.String upn,
java.lang.String type)
upn - The UPN of the Individual owning this twin Relationship objecttype - The twin type for the new twi relationship.| Method Detail |
|---|
public void setDizygotic(boolean di)
setDizygotic in class Relationshipdi - The new Dizygotic statuspublic boolean isDizygotic()
isDizygotic in class Relationshippublic void setMonozygotic(boolean mono)
setMonozygotic in class Relationshipmono - The new Monozygotic statuspublic boolean isMonozygotic()
isMonozygotic in class Relationshippublic void setUnknown(boolean uk)
setUnknown in class Relationshipuk - The new Dizygotic statuspublic boolean isUnknown()
isUnknown in class Relationship
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||