Class ReciprocalRelationship
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_personal_relationships.v11_0.ReciprocalRelationship
-
@Generated("jsonschema2pojo") public class ReciprocalRelationship extends Object
Reciprocal RelationshipThe reverse relationship between the persons.
-
-
Constructor Summary
Constructors Constructor Description ReciprocalRelationship()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getId()
IDint
hashCode()
void
setId(String id)
IDString
toString()
ReciprocalRelationship
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Reciprocal Relationship.") private String id
IDThe global identifier for the Reciprocal Relationship. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Reciprocal Relationship. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Reciprocal Relationship. (Required)
-
withId
public ReciprocalRelationship withId(String id)
-
-