Package cdm.base.datetime
Class DateList.DateListBuilderImpl
java.lang.Object
cdm.base.datetime.DateList.DateListBuilderImpl
- All Implemented Interfaces:
DateList,DateList.DateListBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
DateList
Builder Implementation of DateList
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.datetime.DateList
DateList.DateListBuilder, DateList.DateListBuilderImpl, DateList.DateListImpl -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDate(com.rosetta.model.lib.records.Date _date) addDate(com.rosetta.model.lib.records.Date _date, int idx) build()Build MethodsbooleanList<com.rosetta.model.lib.records.Date> getDate()Getter MethodsbooleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.datetime.DateList.DateListBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
date
-
-
Constructor Details
-
DateListBuilderImpl
public DateListBuilderImpl()
-
-
Method Details
-
getDate
@RosettaAttribute(value="date", isRequired=true) @RuneAttribute(value="date", isRequired=true) public List<com.rosetta.model.lib.records.Date> getDate()Description copied from interface:DateListGetter Methods -
addDate
@RosettaAttribute(value="date", isRequired=true) @RuneAttribute(value="date", isRequired=true) public DateList.DateListBuilder addDate(com.rosetta.model.lib.records.Date _date) - Specified by:
addDatein interfaceDateList.DateListBuilder
-
addDate
- Specified by:
addDatein interfaceDateList.DateListBuilder
-
addDate
- Specified by:
addDatein interfaceDateList.DateListBuilder
-
setDate
@RuneAttribute("date") public DateList.DateListBuilder setDate(List<com.rosetta.model.lib.records.Date> dates) - Specified by:
setDatein interfaceDateList.DateListBuilder
-
build
Description copied from interface:DateListBuild Methods -
toBuilder
-
prune
- Specified by:
prunein interfaceDateList.DateListBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public DateList.DateListBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-