public class Product extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
Product() |
Product(String identifier,
String version,
String title,
String type,
String alternate) |
public Product(String identifier, String version, String title, String type, String alternate)
public Product()
public String getInstRef()
public void setInstRef(String instRef)
instRef,
- the instRef to setpublic String getInstTitle()
public void setInstTitle(String instTitle)
instTitle,
- the instTitle to setpublic String getInveRef()
public void setInveRef(String inveRef)
inveRef,
- the inveRef to setpublic String getInveTitle()
public void setInveTitle(String inveTitle)
inveTitle,
- the inveTitle to setpublic String getNodeRef()
public void setNodeRef(String nodeRef)
nodeRef,
- the nodeRef to setpublic String getNodeTitle()
public void setNodeTitle(String nodeTitle)
nodeTitle,
- the nodeTitle to setpublic String getIdentifier()
public void setIdentifier(String identifier)
identifier
- public String getVersion()
public void setVersion(String version)
version
- public String getTitle()
public void setTitle(String title)
title
- public String getType()
public void setType(String type)
type
- public String getAlternate()
public void setAlternate(String alternate)
alternate
- public void setAStatus(String astatus)
public void setCStatus(String cstatus)
public void setNssdca(String nss)
public String getAStatus()
public String getCStatus()
public String getNssdca()
public void setReleasesName(String name)
public void setReleasesDate(Timestamp release_date)
public void setReleasesDescription(String description)
public String getReleasesName()
public Timestamp getReleasesDate()
public String getReleasesDescription()
Copyright © 2019. All rights reserved.