Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
basicvalueobjectsarticle [2021/10/12 13:32] wikiadmin |
basicvalueobjectsarticle [2021/10/13 13:05] (current) wikiadmin [Other Types] |
||
---|---|---|---|
Line 39: | Line 39: | ||
=== Long Value Object (LongValueObject) === | === Long Value Object (LongValueObject) === | ||
- | The LongValueObject can be created from any integer-type value, including | + | The LongValueObject can be created from any integer-type value, including |
[[longvalueobjects|Long Value Objects]] | [[longvalueobjects|Long Value Objects]] | ||
Line 68: | Line 68: | ||
[[daterangevalueobject|Date Range Value Object]] is a ValueObject which contains a date range (two dates, a start date and an end date). | [[daterangevalueobject|Date Range Value Object]] is a ValueObject which contains a date range (two dates, a start date and an end date). | ||
+ | |||
+ | [[binaryvalueobjects|Binary Value Object]] is a ValueObject which contains a byte array (byte[]) | ||