public class PublicDataSource extends Object implements Serializable
| Constructor and Description |
|---|
PublicDataSource() |
PublicDataSource(String name,
String label,
String licenseType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getId() |
String |
getLabel() |
String |
getLicenseType() |
String |
getName() |
int |
hashCode() |
void |
setId(int id) |
void |
setLabel(String label) |
void |
setLicenseType(String licenseType) |
void |
setName(String name) |
String |
toString() |
public String getName()
public void setName(String name)
public String getLabel()
public void setLabel(String label)
public String getLicenseType()
public void setLicenseType(String licenseType)
public int getId()
public void setId(int id)
Copyright © 2019. All rights reserved.