Saturday, September 28, 2013

Well Light is expensive, use my thoughts as a 'postume suffering" -> U.S. Republicans reject Senate bid to avoid government shutdown -> Slow Down...

Yep, in a near Future. The "variable" Executor, lol, look the URL, "all postumus", URL's are also good thing to read sometimes just like chock.

TODU: Initialize the tests ASAP tomorrow. Which means, reconfigure Spring and run on FLAT BAD the hard.







public interface NearFutureExcutor<T,F,E>{
                 //The Baron.
}

"Strong Bound Pojos".
@SuppressWarnings("serial")
public class MediaReference extends AbstractBase<String>{

private String id;
private Long size;
private String mimeType;
private List<Label> labels;
private List<Link> locations;
private DocumentRelation documentRelation;

public MediaReference() {
postConstruct();
}

private void postConstruct() {
               //"Strong Bound Pojos". relation starts at birth.
documentRelation = new DocumentRelation(this);
}

@Override
public String getId() {
return id;
}

public String getMimeType() {
return mimeType;
}

public void setMimeType(String mimeType) {
this.mimeType = mimeType;
}

public void setId(String id) {
this.id = id;
}

public List<Label> getLabels() {
return labels;
}

public void setLabels(List<Label> labels) {
this.labels = labels;
}

public Long getSize() {
return size;
}

public void setSize(Long size) {
this.size = size;
}

public DocumentRelation getDocumentRelation() {
return documentRelation;
}

public void setDocumentRelation(DocumentRelation documentRelation) {
this.documentRelation = documentRelation;
}

public List<Link> getLocations() {
return locations;
}

public void setLocations(List<Link> locations) {
this.locations = locations;
}

}