/* */ package it.tref.signextractor.data; /* */ /* */ public class SignFile /* */ { /* */ private byte[] content; /* */ private int length; /* */ /* */ public byte[] getContent() /* */ { /* 12 */ return this.content; /* */ } /* */ /* */ public void setContent(byte[] content) { /* 16 */ this.content = content; /* */ } /* */ /* */ public int getLength() { /* 20 */ return this.length; /* */ } /* */ /* */ public void setLength(int length) { /* 24 */ this.length = length; /* */ } /* */ } /* Location: C:\liferay-sviluppo\portos2\git\portos-camel-document-processor\lib\tref-sign-exctractor-0.1.0.jar * Qualified Name: it.tref.signextractor.data.SignFile * JD-Core Version: 0.6.0 */