@Entity public class ParentObjectWithUpdatableChild extends Object
Constructor and Description |
---|
ParentObjectWithUpdatableChild() |
Modifier and Type | Method and Description |
---|---|
Long |
getPrimaryKey() |
UpdatableChildObject |
getUpdatableChild() |
String |
getUpdatableChildsKey() |
void |
setPrimaryKey(Long primaryKey) |
void |
setUpdatableChild(UpdatableChildObject updatableChild) |
void |
setUpdatableChildsKey(String updatableChildsKey) |
String |
toString() |
public ParentObjectWithUpdatableChild()
public Long getPrimaryKey()
public void setPrimaryKey(Long primaryKey)
public String getUpdatableChildsKey()
public void setUpdatableChildsKey(String updatableChildsKey)
public UpdatableChildObject getUpdatableChild()
public void setUpdatableChild(UpdatableChildObject updatableChild)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.