public class Zuseserver extends Object
Constructor and Description |
---|
Zuseserver() |
Modifier and Type | Method and Description |
---|---|
String |
getBpk() |
Blob |
getCert() |
byte[] |
getCertAsByteArray() |
long |
getId() |
String |
getMimetypes() |
String |
getUrl() |
void |
setBpk(String bPK) |
void |
setCert(Blob cert) |
void |
setCert(byte[] cert) |
void |
setId(long id) |
void |
setMimetypes(String mimetypes) |
void |
setUrl(String url) |
public long getId()
public void setId(long id)
public String getUrl()
public void setUrl(String url)
public Blob getCert()
public byte[] getCertAsByteArray() throws IOException
IOException
public void setCert(Blob cert)
public void setCert(byte[] cert)
public String getMimetypes()
public void setMimetypes(String mimetypes)
public String getBpk()
public void setBpk(String bPK)
Copyright 2008 EGIZ. All Rights Reserved.