public interface CandidateETSComponent extends Serializable
| Modifier and Type | Method and Description |
|---|---|
CandidateETSAttribute[] |
getCandidateETSAttributes()
Gets
CandidateETSAttribute associated with this
CandidateETSComponent object. |
Date |
getRetiredDate()
Gets the
RetiredDate attribute of this CandidateETSComponent object. |
char |
getStatusCode()
Gets the status code of this
CandidateETSComponent object. |
void |
setCandidateETSAttributes(CandidateETSAttribute[] attrs)
Sets
CandidateETSAttribute associated with
this CandidateETSComponent object. |
void |
setRetiredDate(Date date)
Sets the
RetiredDate attribute of this CandidateETSComponent object. |
void |
setStatusCode(char statusCode)
Sets the status code of this
CandidateETSComponent object. |
Date getRetiredDate()
RetiredDate attribute of this CandidateETSComponent object.RetiredDate attribute of this CandidateETSComponent
object, or null if CandidateETSComponent object is active.setRetiredDate(java.util.Date)char getStatusCode()
CandidateETSComponent object.ETSComponent is active, and "R" if ETSComponent
has retired.setStatusCode(char)CandidateETSAttribute[] getCandidateETSAttributes()
CandidateETSAttribute associated with this
CandidateETSComponent object.CandidateETSAttribute associated with this
CandidateETSComponent object.setCandidateETSAttributes(oracle.hsgbu.ets.authoring.CandidateETSAttribute[])void setRetiredDate(Date date)
RetiredDate attribute of this CandidateETSComponent object.date - RetiredDate attribute for this CandidateETSComponent object.getRetiredDate()void setStatusCode(char statusCode)
CandidateETSComponent object.statusCode - Status code for this CandidateETSComponent object.
The valid values are "A" if this CandidateETSComponent object is active,
and "R" if this CandidateETSComponent object has retired.getStatusCode()void setCandidateETSAttributes(CandidateETSAttribute[] attrs)
CandidateETSAttribute associated with
this CandidateETSComponent object.attrs - CandidateETSAttribute associated with
this CandidateETSComponent object.getCandidateETSAttributes()HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved