cancel
Showing results for 
Search instead for 
Did you mean: 

Binary Type

roberto_tagliento
Active Contributor
0 Kudos

About Bean model to import and Data Object, on my context i want a "binary" into Bean <b>getProperty </b>and <b>setProperty </b>method what is the java type to use?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Roberto,

Use java type byte[].

Also note, that in some NW versions JavaBean Model Import wizard has problems with this attribute. The just skip it during import, and after import is done open corresponding model class and manually add necessary attribute of type "binary".

Valery Silaev

SaM Solutions

http://www.sam-solutions.net

roberto_tagliento
Active Contributor
0 Kudos

I used it!

Ok try to do my self, i never done it.

Thanks alot Valery.

roberto_tagliento
Active Contributor
0 Kudos

Done!

Again thx alot

Answers (0)