public class FunderDetails extends Object
| Constructor and Description |
|---|
FunderDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getJurisdiction() |
Date |
getLastUpdateDate() |
String |
getName() |
Date |
getRegistrationDate() |
String |
getShortname() |
FunderDetails |
setId(String id) |
FunderDetails |
setJurisdiction(String jurisdiction) |
FunderDetails |
setLastUpdateDate(Date lastUpdateDate) |
FunderDetails |
setName(String name) |
FunderDetails |
setRegistrationDate(Date registrationDate) |
FunderDetails |
setShortname(String shortname) |
public String getId()
public String getName()
public String getShortname()
public String getJurisdiction()
public Date getRegistrationDate()
public Date getLastUpdateDate()
public FunderDetails setId(String id)
public FunderDetails setName(String name)
public FunderDetails setShortname(String shortname)
public FunderDetails setJurisdiction(String jurisdiction)
public FunderDetails setRegistrationDate(Date registrationDate)
public FunderDetails setLastUpdateDate(Date lastUpdateDate)
Copyright © 2025. All rights reserved.