public class HeaderSource extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HeaderSource.Converter |
Constructor and Description |
---|
HeaderSource() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description for this source product.
|
String |
getLocation()
Gets the location of the source product.
|
String |
getName()
Gets the name of source product.
|
boolean |
isOptional() |
void |
setDescription(String description)
Sets the description for this source product.
|
void |
setLocation(String location)
Sets the location of the source product.
|
void |
setName(String name)
Sets the name of the source product.
|
void |
setOptional(boolean optional)
Sets if the source product is optional.
|
public String getName()
public void setName(String name)
name
- the name to setpublic String getLocation()
public void setLocation(String location)
location
- public boolean isOptional()
true
if the source product is optional.
In this case the field value thus may be null
.
Defaults to false
.public void setOptional(boolean optional)
optional
- public String getDescription()
public void setDescription(String description)
description
- Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.