return bytes;
return id;
return name;
if ( representation == null ) { representation = ( ( bytes == null ) ? null : new Representation( bytes ) ); } return representation;
this.bytes = bytes;
this.id = id;
this.name = name;
bytes = rep.getBytes();