/* */ package it.tref.signextractor.data; /* */ /* */ import java.util.List; /* */ /* */ public class SignDN /* */ { /* */ private String commonName; /* */ private String country; /* */ private String domainName; /* */ private String givenName; /* */ private String serialNumber; /* */ private String surName; /* */ private List organizations; /* */ private List userOrganizations; /* */ private List others; /* */ /* */ public String getCommonName() /* */ { /* 20 */ return this.commonName; /* */ } /* */ /* */ public void setCommonName(String commonName) { /* 24 */ this.commonName = commonName; /* */ } /* */ /* */ public String getCountry() { /* 28 */ return this.country; /* */ } /* */ /* */ public void setCountry(String country) { /* 32 */ this.country = country; /* */ } /* */ /* */ public String getDomainName() { /* 36 */ return this.domainName; /* */ } /* */ /* */ public void setDomainName(String domainName) { /* 40 */ this.domainName = domainName; /* */ } /* */ /* */ public String getGivenName() { /* 44 */ return this.givenName; /* */ } /* */ /* */ public void setGivenName(String givenName) { /* 48 */ this.givenName = givenName; /* */ } /* */ /* */ public String getSerialNumber() { /* 52 */ return this.serialNumber; /* */ } /* */ /* */ public void setSerialNumber(String serialNumber) { /* 56 */ this.serialNumber = serialNumber; /* */ } /* */ /* */ public String getSurName() { /* 60 */ return this.surName; /* */ } /* */ /* */ public void setSurName(String surName) { /* 64 */ this.surName = surName; /* */ } /* */ /* */ public List getOrganizations() { /* 68 */ return this.organizations; /* */ } /* */ /* */ public void setOrganizations(List organizations) { /* 72 */ this.organizations = organizations; /* */ } /* */ /* */ public List getUserOrganizations() { /* 76 */ return this.userOrganizations; /* */ } /* */ /* */ public void setUserOrganizations(List userOrganizations) { /* 80 */ this.userOrganizations = userOrganizations; /* */ } /* */ /* */ public List getOthers() { /* 84 */ return this.others; /* */ } /* */ /* */ public void setOthers(List others) { /* 88 */ this.others = others; /* */ } /* */ } /* Location: C:\liferay-sviluppo\portos2\git\portos-camel-document-processor\lib\tref-sign-exctractor-0.1.0.jar * Qualified Name: it.tref.signextractor.data.SignDN * JD-Core Version: 0.6.0 */