public class EntityR3 extends Object
Constructor and Description |
---|
EntityR3() |
EntityR3(long id,
String name) |
Modifier and Type | Method and Description |
---|---|
long |
getId() |
String |
getName() |
com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity |
getR1() |
EntityR2 |
getR2() |
void |
setId(long id) |
void |
setName(String name) |
void |
setR1(com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity r1) |
void |
setR2(EntityR2 r2) |
public EntityR3()
public EntityR3(long id, String name)
public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity getR1()
public void setR1(com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity r1)
public EntityR2 getR2()
public void setR2(EntityR2 r2)
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.